#FCEAF7

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

Shades of Lavender Blush #FCEAF7

Tints of Lavender Blush #FCEAF7

Color information

#FCEAF7 (or 0xFCEAF7) is unknown color: approx Lavender Blush. HEX triplet: FC, EA and F7. RGB value is (252,234,247). Sum of RGB (Red+Green+Blue) = 252+234+247=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF7 is #031508. Grayscale: #F0F0F0. Windows color (decimal): -201993 or 16247548. OLE color: 16247548.

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

Color convert

RGB252234247-
CMYK00.070.020.01
HSL316.67º75%95.29%-
HSV(B)316.67º7.14%98.82%-
XYZ86.3686.26100.09-
YUV240.86131.46135.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 234 (91.80% from 255) = 31.92%
BLUE value IS 247 (96.88% from 255) = 33.70%
R=34.38%
G=31.92%
B=33.70%

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
Decimal25223424700.070.020.01316.677595.29
HexFCEAF7072113d4b5f
Octal3743523670721475113137
Binary111111001110101011110111011110110011110110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAF7; }

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

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

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

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

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

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

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

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