#FCB5EF

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

Shades of Lavender Rose #FCB5EF

Tints of Lavender Rose #FCB5EF

Color information

#FCB5EF (or 0xFCB5EF) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and EF. RGB value is (252,181,239). Sum of RGB (Red+Green+Blue) = 252+181+239=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5EF is #034A10. Grayscale: #D0D0D0. Windows color (decimal): -215569 or 15709692. OLE color: 15709692.

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

Color convert

RGB252181239-
CMYK00.280.050.01
HSL310.99º92.21%84.9%-
HSV(B)310.99º28.17%98.82%-
XYZ72.2559.9889.43-
YUV208.84145.02158.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 26.93%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=37.5%
G=26.93%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218123900.280.050.01310.9992.2184.9
HexFCB5EF01C511375c55
Octal37426535703451467134125
Binary111111001011010111101111011100101110011011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5EF; }

 p { color: rgb(252,181,239); }

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

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

 a { background-color: rgb(252,181,239); }

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

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

 span { border-color: rgb(252,181,239); }

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