#FCE3DE

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

Shades of Misty Rose #FCE3DE

Tints of Misty Rose #FCE3DE

Color information

#FCE3DE (or 0xFCE3DE) is unknown color: approx Misty Rose. HEX triplet: FC, E3 and DE. RGB value is (252,227,222). Sum of RGB (Red+Green+Blue) = 252+227+222=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3DE is #031C21. Grayscale: #E9E9E9. Windows color (decimal): -203810 or 14607356. OLE color: 14607356.

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

Color convert

RGB252227222-
CMYK00.100.120.01
HSL10º83.33%92.94%-
HSV(B)10º11.9%98.82%-
XYZ80.880.9180.47-
YUV233.9121.28140.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 227 (89.06% from 255) = 32.38%
BLUE value IS 222 (87.11% from 255) = 31.67%
R=35.95%
G=32.38%
B=31.67%

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
Decimal25222722200.100.120.011083.3392.94
HexFCE3DE0AC1a535d
Octal37434333601214112123135
Binary1111110011100011110111100101011001101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3DE; }

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

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

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

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

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

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

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

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