#FCB9EA

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

Shades of Lavender Rose #FCB9EA

Tints of Lavender Rose #FCB9EA

Color information

#FCB9EA (or 0xFCB9EA) is unknown color: approx Lavender Rose. HEX triplet: FC, B9 and EA. RGB value is (252,185,234). Sum of RGB (Red+Green+Blue) = 252+185+234=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9EA is #034615. Grayscale: #D2D2D2. Windows color (decimal): -214550 or 15383036. OLE color: 15383036.

HSL color Cylindrical-coordinate representation of color #FCB9EA: hue angle of 316.12º 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 #FCB9EA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252185234-
CMYK00.270.070.01
HSL316.12º91.78%85.69%-
HSV(B)316.12º26.59%98.82%-
XYZ72.3561.3385.87-
YUV210.62141.2157.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 185 (72.66% from 255) = 27.57%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=37.56%
G=27.57%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218523400.270.070.01316.1291.7885.69
HexFCB9EA01B7113c5c56
Octal37427135203371474134126
Binary111111001011100111101010011011111110011110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9EA; }

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

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

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

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

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

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

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

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