Html Css Color HEX #FDE0DD Misty Rose

📋 copy color: '#FDE0DD'

red 253 ◦ green 224 ◦ blue 221

#FDE0DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Misty Rose #FDE0DD

Tints of Misty Rose #FDE0DD

RGB

 RED value IS 253 (99.22% from 255) = 36.25%

 GREEN value IS 224 (87.89% from 255) = 32.09%

 BLUE value IS 221 (86.72% from 255) = 31.66%

R = 36.25%
G = 32.09%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDE0DD (or 0xFDE0DD) is known color: Misty Rose. HEX triplet: FD, E0 and DD. RGB value is (253,224,221). Sum of RGB (Red+Green+Blue) = 253+224+221=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0DD is #021F22. Grayscale: #E8E8E8. Windows color (decimal): -139043 or 14541053. OLE color: 14541053.

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

Color convert

RGB 253 224 221 -
CMYK 0 0.11 0.13 0.01
HSL 5.63º 0.89% 0.93% -
HSV(B) 5.63º 0.13% 0.99% -
XYZ 80.21 79.41 79.51 -
YUV 232.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 253 224 221 0 0.11 0.13 0.01 5.63 0.89 0.93
Hex FD E0 DD 0 B D 1 6 59 5D
Octal 375 340 335 0 13 15 1 6 131 135
Binary 11111101 11100000 11011101 0 1011 1101 1 110 1011001 1011101

Color Harmonies of #FDE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0DD

Black with #FDE0DD

Text Example


Text Example

White with #FDE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0DD; }

 p { color: rgb(253,224,221); }

 H1.HeaderClassName
 {
   color: #FDE0DD;
 }
 .AnyTagClassName
 {
   color: #FDE0DD;
 }
</style>

background-color css

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

 a { background-color: rgb(253,224,221); }

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

border-color css

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

 span { border-color: rgb(253,224,221); }

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