#FDE2DE

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

Shades of Misty Rose #FDE2DE

Tints of Misty Rose #FDE2DE

Color information

#FDE2DE (or 0xFDE2DE) is unknown color: approx Misty Rose. HEX triplet: FD, E2 and DE. RGB value is (253,226,222). Sum of RGB (Red+Green+Blue) = 253+226+222=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2DE is #021D21. Grayscale: #E9E9E9. Windows color (decimal): -138530 or 14607101. OLE color: 14607101.

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

Color convert

RGB253226222-
CMYK00.110.120.01
HSL7.74º88.57%93.14%-
HSV(B)7.74º12.25%99.22%-
XYZ80.8980.5580.39-
YUV233.62121.45141.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 222 (87.11% from 255) = 31.67%
R=36.09%
G=32.24%
B=31.67%

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
Decimal25322622200.110.120.017.7488.5793.14
HexFDE2DE0BC18595d
Octal37534233601314110131135
Binary1111110111100010110111100101111001100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2DE; }

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

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

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

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

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

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

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

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