#FDE1DE

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

Shades of Misty Rose #FDE1DE

Tints of Misty Rose #FDE1DE

Color information

#FDE1DE (or 0xFDE1DE) is unknown color: approx Misty Rose. HEX triplet: FD, E1 and DE. RGB value is (253,225,222). Sum of RGB (Red+Green+Blue) = 253+225+222=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1DE is #021E21. Grayscale: #E9E9E9. Windows color (decimal): -138786 or 14606845. OLE color: 14606845.

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

Color convert

RGB253225222-
CMYK00.110.120.01
HSL5.81º88.57%93.14%-
HSV(B)5.81º12.25%99.22%-
XYZ80.6280.0180.3-
YUV233.03121.78142.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 222 (87.11% from 255) = 31.71%
R=36.14%
G=32.14%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322522200.110.120.015.8188.5793.14
HexFDE1DE0BC16595d
Octal3753413360131416131135
Binary111111011110000111011110010111100111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1DE; }

 p { color: rgb(253,225,222); }

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

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

 a { background-color: rgb(253,225,222); }

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

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

 span { border-color: rgb(253,225,222); }

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