#FCB5E5

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

Shades of Lavender Rose #FCB5E5

Tints of Lavender Rose #FCB5E5

Color information

#FCB5E5 (or 0xFCB5E5) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and E5. RGB value is (252,181,229). Sum of RGB (Red+Green+Blue) = 252+181+229=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5E5 is #034A1A. Grayscale: #CFCFCF. Windows color (decimal): -215579 or 15054332. OLE color: 15054332.

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

Color convert

RGB252181229-
CMYK00.280.090.01
HSL319.44º92.21%84.9%-
HSV(B)319.44º28.17%98.82%-
XYZ70.8159.481.86-
YUV207.7140.02159.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 181 (71.09% from 255) = 27.34%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=38.07%
G=27.34%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218122900.280.090.01319.4492.2184.9
HexFCB5E501C9113f5c55
Octal374265345034111477134125
Binary1111110010110101111001010111001001110011111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5E5; }

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

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

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

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

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

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

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

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