#FCEAF6

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

Shades of Lavender Blush #FCEAF6

Tints of Lavender Blush #FCEAF6

Color information

#FCEAF6 (or 0xFCEAF6) is unknown color: approx Lavender Blush. HEX triplet: FC, EA and F6. RGB value is (252,234,246). Sum of RGB (Red+Green+Blue) = 252+234+246=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 234 (91.80% from 255 or 31.97% from 732); Blue value is 246 (96.48% from 255 or 33.61% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF6 is #031509. Grayscale: #F0F0F0. Windows color (decimal): -201994 or 16182012. OLE color: 16182012.

HSL color Cylindrical-coordinate representation of color #FCEAF6: hue angle of 320º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEAF6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252234246-
CMYK00.070.020.01
HSL320º75%95.29%-
HSV(B)320º7.14%98.82%-
XYZ86.286.1999.28-
YUV240.75130.96136.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 234 (91.80% from 255) = 31.97%
BLUE value IS 246 (96.48% from 255) = 33.61%
R=34.43%
G=31.97%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223424600.070.020.013207595.29
HexFCEAF607211404b5f
Octal3743523660721500113137
Binary111111001110101011110110011110110100000010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAF6; }

 p { color: rgb(252,234,246); }

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

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

 a { background-color: rgb(252,234,246); }

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

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

 span { border-color: rgb(252,234,246); }

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