#FCE0F5

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

Shades of Lavender Blush #FCE0F5

Tints of Lavender Blush #FCE0F5

Color information

#FCE0F5 (or 0xFCE0F5) is unknown color: approx Lavender Blush. HEX triplet: FC, E0 and F5. RGB value is (252,224,245). Sum of RGB (Red+Green+Blue) = 252+224+245=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 224 (87.89% from 255 or 31.07% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F5 is #031F0A. Grayscale: #EAEAEA. Windows color (decimal): -204555 or 16113916. OLE color: 16113916.

HSL color Cylindrical-coordinate representation of color #FCE0F5: hue angle of 315º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0F5 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252224245-
CMYK00.110.030.01
HSL315º82.35%93.33%-
HSV(B)315º11.11%98.82%-
XYZ83.2880.697.55-
YUV234.77133.78140.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 224 (87.89% from 255) = 31.07%
BLUE value IS 245 (96.09% from 255) = 33.98%
R=34.95%
G=31.07%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222424500.110.030.0131582.3593.33
HexFCE0F50B3113b525d
Octal37434036501331473122135
Binary1111110011100000111101010101111110011101110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0F5; }

 p { color: rgb(252,224,245); }

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

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

 a { background-color: rgb(252,224,245); }

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

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

 span { border-color: rgb(252,224,245); }

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