#FCBBF9

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

Shades of Lavender Rose #FCBBF9

Tints of Lavender Rose #FCBBF9

Color information

#FCBBF9 (or 0xFCBBF9) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and F9. RGB value is (252,187,249). Sum of RGB (Red+Green+Blue) = 252+187+249=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 187 (73.44% from 255 or 27.18% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF9 is #034406. Grayscale: #D5D5D5. Windows color (decimal): -214023 or 16366588. OLE color: 16366588.

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

Color convert

RGB252187249-
CMYK00.260.010.01
HSL302.77º91.55%86.08%-
HSV(B)302.77º25.79%98.82%-
XYZ75.0163.0897.84-
YUV213.5148.03155.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 187 (73.44% from 255) = 27.18%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=36.63%
G=27.18%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218724900.260.010.01302.7791.5586.08
HexFCBBF901A1112f5c56
Octal37427337103211457134126
Binary1111110010111011111110010110101110010111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBF9; }

 p { color: rgb(252,187,249); }

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

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

 a { background-color: rgb(252,187,249); }

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

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

 span { border-color: rgb(252,187,249); }

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