#FCB9EC

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

Shades of Lavender Rose #FCB9EC

Tints of Lavender Rose #FCB9EC

Color information

#FCB9EC (or 0xFCB9EC) is unknown color: approx Lavender Rose. HEX triplet: FC, B9 and EC. RGB value is (252,185,236). Sum of RGB (Red+Green+Blue) = 252+185+236=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9EC is #034613. Grayscale: #D2D2D2. Windows color (decimal): -214548 or 15514108. OLE color: 15514108.

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

Color convert

RGB252185236-
CMYK00.270.060.01
HSL314.33º91.78%85.69%-
HSV(B)314.33º26.59%98.82%-
XYZ72.6361.4587.39-
YUV210.85142.2157.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 185 (72.66% from 255) = 27.49%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=37.44%
G=27.49%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218523600.270.060.01314.3391.7885.69
HexFCB9EC01B6113a5c56
Octal37427135403361472134126
Binary111111001011100111101100011011110110011101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9EC; }

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

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

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

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

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

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

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

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