#FCB7FA

Color #FCB7FA Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FCB7FA

Tints of Lavender Rose #FCB7FA

Color information

#FCB7FA (or 0xFCB7FA) is unknown color: approx Lavender Rose. HEX triplet: FC, B7 and FA. RGB value is (252,183,250). Sum of RGB (Red+Green+Blue) = 252+183+250=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7FA is #034805. Grayscale: #D3D3D3. Windows color (decimal): -215046 or 16431100. OLE color: 16431100.

HSL color Cylindrical-coordinate representation of color #FCB7FA: hue angle of 301.74º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB7FA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252183250-
CMYK00.270.010.01
HSL301.74º92%85.29%-
HSV(B)301.74º27.38%98.82%-
XYZ74.3361.4698.39-
YUV211.27149.86157.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 183 (71.88% from 255) = 26.72%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=36.79%
G=26.72%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218325000.270.010.01301.749285.29
HexFCB7FA01B1112e5c55
Octal37426737203311456134125
Binary1111110010110111111110100110111110010111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7FA; }

 p { color: rgb(252,183,250); }

 H1.HeaderClassName
 {
   color: #FCB7FA;
 }
 .AnyTagClassName
 {
   color: #FCB7FA;
 }
</style>
background-color css

<style>
 a { background-color: #FCB7FA; }

 a { background-color: rgb(252,183,250); }

 div.DivClassName
 {
   background-color: #FCB7FA;
 }
 .BgClassName
 {
   background-color: #FCB7FA;
 }
</style>
border-color css

<style>
 span { border-color: #FCB7FA; }

 span { border-color: rgb(252,183,250); }

 td.TdClassName
 {
   border-color: #FCB7FA;
 }
 .TagClassName
 {
   border-color: #FCB7FA;
 }
</style>