#FCB5EE

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

Shades of Lavender Rose #FCB5EE

Tints of Lavender Rose #FCB5EE

Color information

#FCB5EE (or 0xFCB5EE) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and EE. RGB value is (252,181,238). Sum of RGB (Red+Green+Blue) = 252+181+238=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5EE is #034A11. Grayscale: #D0D0D0. Windows color (decimal): -215570 or 15644156. OLE color: 15644156.

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

Color convert

RGB252181238-
CMYK00.280.060.01
HSL311.83º92.21%84.9%-
HSV(B)311.83º28.17%98.82%-
XYZ72.159.9288.65-
YUV208.73144.52158.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 181 (71.09% from 255) = 26.97%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=37.56%
G=26.97%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218123800.280.060.01311.8392.2184.9
HexFCB5EE01C611385c55
Octal37426535603461470134125
Binary111111001011010111101110011100110110011100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5EE; }

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

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

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

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

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

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

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

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