#FCB5EB

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

Shades of Lavender Rose #FCB5EB

Tints of Lavender Rose #FCB5EB

Color information

#FCB5EB (or 0xFCB5EB) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and EB. RGB value is (252,181,235). Sum of RGB (Red+Green+Blue) = 252+181+235=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5EB is #034A14. Grayscale: #D0D0D0. Windows color (decimal): -215573 or 15447548. OLE color: 15447548.

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

Color convert

RGB252181235-
CMYK00.280.070.01
HSL314.37º92.21%84.9%-
HSV(B)314.37º28.17%98.82%-
XYZ71.6659.7486.35-
YUV208.38143.02159.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 181 (71.09% from 255) = 27.10%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=37.72%
G=27.10%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218123500.280.070.01314.3792.2184.9
HexFCB5EB01C7113a5c55
Octal37426535303471472134125
Binary111111001011010111101011011100111110011101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5EB; }

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

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

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

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

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

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

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

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