#FCE5E1

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

Shades of Misty Rose #FCE5E1

Tints of Misty Rose #FCE5E1

Color information

#FCE5E1 (or 0xFCE5E1) is unknown color: approx Misty Rose. HEX triplet: FC, E5 and E1. RGB value is (252,229,225). Sum of RGB (Red+Green+Blue) = 252+229+225=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5E1 is #031A1E. Grayscale: #EBEBEB. Windows color (decimal): -203295 or 14804476. OLE color: 14804476.

HSL color Cylindrical-coordinate representation of color #FCE5E1: hue angle of 8.89º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE5E1 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252229225-
CMYK00.090.110.01
HSL8.89º81.82%93.53%-
HSV(B)8.89º10.71%98.82%-
XYZ81.7582.1782.79-
YUV235.42122.12139.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 229 (89.84% from 255) = 32.44%
BLUE value IS 225 (88.28% from 255) = 31.87%
R=35.69%
G=32.44%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222922500.090.110.018.8981.8293.53
HexFCE5E109B19525e
Octal37434534101113111122136
Binary1111110011100101111000010100110111100110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5E1; }

 p { color: rgb(252,229,225); }

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

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

 a { background-color: rgb(252,229,225); }

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

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

 span { border-color: rgb(252,229,225); }

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