#FCE0F4

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

Shades of Lavender Blush #FCE0F4

Tints of Lavender Blush #FCE0F4

Color information

#FCE0F4 (or 0xFCE0F4) is unknown color: approx Lavender Blush. HEX triplet: FC, E0 and F4. RGB value is (252,224,244). Sum of RGB (Red+Green+Blue) = 252+224+244=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 244 (95.70% from 255 or 33.89% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F4 is #031F0B. Grayscale: #EAEAEA. Windows color (decimal): -204556 or 16048380. OLE color: 16048380.

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

Color convert

RGB252224244-
CMYK00.110.030.01
HSL317.14º82.35%93.33%-
HSV(B)317.14º11.11%98.82%-
XYZ83.1380.5496.75-
YUV234.65133.28140.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 224 (87.89% from 255) = 31.11%
BLUE value IS 244 (95.70% from 255) = 33.89%
R=35%
G=31.11%
B=33.89%

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
Decimal25222424400.110.030.01317.1482.3593.33
HexFCE0F40B3113d525d
Octal37434036401331475122135
Binary1111110011100000111101000101111110011110110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0F4; }

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

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

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

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

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

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

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

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