Shades of Misty Rose #FDECE9
Tints of Misty Rose #FDECE9
RGB
CMYK
RGB Variations
Color information
#FDECE9 (or 0xFDECE9) is known color: Misty Rose. HEX triplet: FD, EC and E9. RGB value is (253,236,233). Sum of RGB (Red+Green+Blue) = 253+236+233=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 233 (91.41% from 255 or 32.27% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECE9 is #021316. Grayscale: #F0F0F0. Windows color (decimal): -135959 or 15330557. OLE color: 15330557.
HSL color Cylindrical-coordinate representation of color #FDECE9: hue angle of 9º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDECE9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 233 | - |
CMYK | 0 | 0.07 | 0.08 | 0.01 |
HSL | 9º | 0.83% | 0.95% | - |
HSV(B) | 9º | 0.08% | 0.99% | - |
XYZ | 85.21 | 86.76 | 89.35 | - |
YUV | 240.74 | 123.63 | 136.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 233 | 0 | 0.07 | 0.08 | 0.01 | 9 | 0.83 | 0.95 |
Hex | FD | EC | E9 | 0 | 7 | 8 | 1 | 9 | 53 | 5F |
Octal | 375 | 354 | 351 | 0 | 7 | 10 | 1 | 11 | 123 | 137 |
Binary | 11111101 | 11101100 | 11101001 | 0 | 111 | 1000 | 1 | 1001 | 1010011 | 1011111 |
Color Harmonies of #FDECE9
Complementary color
Monochromatic Colors of #FDECE9
Black with #FDECE9
Text Example
Text Example
White with #FDECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE9; }
p { color: rgb(253,236,233); }
H1.HeaderClassName
{
color: #FDECE9;
}
.AnyTagClassName
{
color: #FDECE9;
}
</style>
background-color css
<style>
a { background-color: #FDECE9; }
a { background-color: rgb(253,236,233); }
div.DivClassName
{
background-color: #FDECE9;
}
.BgClassName
{
background-color: #FDECE9;
}
</style>
border-color css
<style>
span { border-color: #FDECE9; }
span { border-color: rgb(253,236,233); }
td.TdClassName
{
border-color: #FDECE9;
}
.TagClassName
{
border-color: #FDECE9;
}
</style>