Shades of Misty Rose #FDE2DF
Tints of Misty Rose #FDE2DF
RGB
CMYK
RGB Variations
Color information
#FDE2DF (or 0xFDE2DF) is known color: Misty Rose. HEX triplet: FD, E2 and DF. RGB value is (253,226,223). Sum of RGB (Red+Green+Blue) = 253+226+223=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2DF is #021D20. Grayscale: #E9E9E9. Windows color (decimal): -138529 or 14672637. OLE color: 14672637.
HSL color Cylindrical-coordinate representation of color #FDE2DF: hue angle of 6º degrees, saturation: 0.88, 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 #FDE2DF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 226 | 223 | - |
CMYK | 0 | 0.11 | 0.12 | 0.01 |
HSL | 6º | 0.88% | 0.93% | - |
HSV(B) | 6º | 0.12% | 0.99% | - |
XYZ | 81.02 | 80.6 | 81.1 | - |
YUV | 233.73 | 121.95 | 141.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 226 | 223 | 0 | 0.11 | 0.12 | 0.01 | 6 | 0.88 | 0.93 |
Hex | FD | E2 | DF | 0 | B | C | 1 | 6 | 58 | 5D |
Octal | 375 | 342 | 337 | 0 | 13 | 14 | 1 | 6 | 130 | 135 |
Binary | 11111101 | 11100010 | 11011111 | 0 | 1011 | 1100 | 1 | 110 | 1011000 | 1011101 |
Color Harmonies of #FDE2DF
Complementary color
Monochromatic Colors of #FDE2DF
Black with #FDE2DF
Text Example
Text Example
White with #FDE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2DF; }
p { color: rgb(253,226,223); }
H1.HeaderClassName
{
color: #FDE2DF;
}
.AnyTagClassName
{
color: #FDE2DF;
}
</style>
background-color css
<style>
a { background-color: #FDE2DF; }
a { background-color: rgb(253,226,223); }
div.DivClassName
{
background-color: #FDE2DF;
}
.BgClassName
{
background-color: #FDE2DF;
}
</style>
border-color css
<style>
span { border-color: #FDE2DF; }
span { border-color: rgb(253,226,223); }
td.TdClassName
{
border-color: #FDE2DF;
}
.TagClassName
{
border-color: #FDE2DF;
}
</style>