#FDE3DE

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

Shades of Misty Rose #FDE3DE

Tints of Misty Rose #FDE3DE

Color information

#FDE3DE (or 0xFDE3DE) is unknown color: approx Misty Rose. HEX triplet: FD, E3 and DE. RGB value is (253,227,222). Sum of RGB (Red+Green+Blue) = 253+227+222=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3DE is #021C21. Grayscale: #EAEAEA. Windows color (decimal): -138274 or 14607357. OLE color: 14607357.

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

Color convert

RGB253227222-
CMYK00.100.120.01
HSL9.68º88.57%93.14%-
HSV(B)9.68º12.25%99.22%-
XYZ81.1681.0980.48-
YUV234.2121.11141.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 222 (87.11% from 255) = 31.62%
R=36.04%
G=32.34%
B=31.62%

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
Decimal25322722200.100.120.019.6888.5793.14
HexFDE3DE0AC1a595d
Octal37534333601214112131135
Binary1111110111100011110111100101011001101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3DE; }

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

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

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

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

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

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

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

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