#FCEAE8

Color #FCEAE8 Misty Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Misty Rose #FCEAE8

Tints of Misty Rose #FCEAE8

Color information

#FCEAE8 (or 0xFCEAE8) is unknown color: approx Misty Rose. HEX triplet: FC, EA and E8. RGB value is (252,234,232). Sum of RGB (Red+Green+Blue) = 252+234+232=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 232 (91.02% from 255 or 32.31% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAE8 is #031517. Grayscale: #EFEFEF. Windows color (decimal): -202008 or 15264508. OLE color: 15264508.

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

Color convert

RGB252234232-
CMYK00.070.080.01
HSL76.92%94.9%-
HSV(B)7.94%98.82%-
XYZ84.1385.3788.39-
YUV239.15123.96137.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 234 (91.80% from 255) = 32.59%
BLUE value IS 232 (91.02% from 255) = 32.31%
R=35.10%
G=32.59%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223423200.070.080.01676.9294.9
HexFCEAE8078164d5f
Octal374352350071016115137
Binary11111100111010101110100001111000111010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAE8; }

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

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

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

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

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

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

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

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