#FCEAF1

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

Shades of Lavender Blush #FCEAF1

Tints of Lavender Blush #FCEAF1

Color information

#FCEAF1 (or 0xFCEAF1) is unknown color: approx Lavender Blush. HEX triplet: FC, EA and F1. RGB value is (252,234,241). Sum of RGB (Red+Green+Blue) = 252+234+241=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF1 is #03150E. Grayscale: #F0F0F0. Windows color (decimal): -201999 or 15854332. OLE color: 15854332.

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

Color convert

RGB252234241-
CMYK00.070.040.01
HSL336.67º75%95.29%-
HSV(B)336.67º7.14%98.82%-
XYZ85.4485.8995.29-
YUV240.18128.46136.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 234 (91.80% from 255) = 32.19%
BLUE value IS 241 (94.53% from 255) = 33.15%
R=34.66%
G=32.19%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223424100.070.040.01336.677595.29
HexFCEAF107411514b5f
Octal3743523610741521113137
Binary1111110011101010111100010111100110101000110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAF1; }

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

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

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

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

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

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

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

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