#FCB9FB

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

Shades of Lavender Rose #FCB9FB

Tints of Lavender Rose #FCB9FB

Color information

#FCB9FB (or 0xFCB9FB) is unknown color: approx Lavender Rose. HEX triplet: FC, B9 and FB. RGB value is (252,185,251). Sum of RGB (Red+Green+Blue) = 252+185+251=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 185 (72.66% from 255 or 26.89% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FB is #034604. Grayscale: #D4D4D4. Windows color (decimal): -214533 or 16497148. OLE color: 16497148.

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

Color convert

RGB252185251-
CMYK00.270.000.01
HSL300.9º91.78%85.69%-
HSV(B)300.9º26.59%98.82%-
XYZ74.9162.3699.36-
YUV212.56149.7156.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 185 (72.66% from 255) = 26.89%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=36.63%
G=26.89%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218525100.270.000.01300.991.7885.69
HexFCB9FB01B0112d5c56
Octal37427137303301455134126
Binary1111110010111001111110110110110110010110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9FB; }

 p { color: rgb(252,185,251); }

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

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

 a { background-color: rgb(252,185,251); }

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

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

 span { border-color: rgb(252,185,251); }

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