#FCE2DE

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

Shades of Misty Rose #FCE2DE

Tints of Misty Rose #FCE2DE

Color information

#FCE2DE (or 0xFCE2DE) is unknown color: approx Misty Rose. HEX triplet: FC, E2 and DE. RGB value is (252,226,222). Sum of RGB (Red+Green+Blue) = 252+226+222=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DE is #031D21. Grayscale: #E9E9E9. Windows color (decimal): -204066 or 14607100. OLE color: 14607100.

HSL color Cylindrical-coordinate representation of color #FCE2DE: hue angle of 8º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCE2DE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252226222-
CMYK00.100.120.01
HSL83.33%92.94%-
HSV(B)11.9%98.82%-
XYZ80.5380.3680.37-
YUV233.32121.61141.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 222 (87.11% from 255) = 31.71%
R=36%
G=32.29%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222622200.100.120.01883.3392.94
HexFCE2DE0AC18535d
Octal37434233601214110123135
Binary1111110011100010110111100101011001100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2DE; }

 p { color: rgb(252,226,222); }

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

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

 a { background-color: rgb(252,226,222); }

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

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

 span { border-color: rgb(252,226,222); }

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