#FDE1DC

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

Shades of Misty Rose #FDE1DC

Tints of Misty Rose #FDE1DC

Color information

#FDE1DC (or 0xFDE1DC) is unknown color: approx Misty Rose. HEX triplet: FD, E1 and DC. RGB value is (253,225,220). Sum of RGB (Red+Green+Blue) = 253+225+220=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1DC is #021E23. Grayscale: #E8E8E8. Windows color (decimal): -138788 or 14475773. OLE color: 14475773.

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

Color convert

RGB253225220-
CMYK00.110.130.01
HSL9.09º89.19%92.75%-
HSV(B)9.09º13.04%99.22%-
XYZ80.3579.978.9-
YUV232.8120.78142.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=36.25%
G=32.23%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322522000.110.130.019.0989.1992.75
HexFDE1DC0BD19595d
Octal37534133401315111131135
Binary1111110111100001110111000101111011100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1DC; }

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

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

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

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

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

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

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

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