Shades of Misty Rose #FDECEA
Tints of Misty Rose #FDECEA
RGB
CMYK
RGB Variations
Color information
#FDECEA (or 0xFDECEA) is known color: Misty Rose. HEX triplet: FD, EC and EA. RGB value is (253,236,234). Sum of RGB (Red+Green+Blue) = 253+236+234=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECEA is #021315. Grayscale: #F0F0F0. Windows color (decimal): -135958 or 15396093. OLE color: 15396093.
HSL color Cylindrical-coordinate representation of color #FDECEA: hue angle of 6.32º 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 #FDECEA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 234 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.01 |
| HSL | 6.32º | 0.83% | 0.95% | - |
| HSV(B) | 6.32º | 0.08% | 0.99% | - |
| XYZ | 85.35 | 86.81 | 90.1 | - |
| YUV | 240.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 234 | 0 | 0.07 | 0.08 | 0.01 | 6.32 | 0.83 | 0.95 |
| Hex | FD | EC | EA | 0 | 7 | 8 | 1 | 6 | 53 | 5F |
| Octal | 375 | 354 | 352 | 0 | 7 | 10 | 1 | 6 | 123 | 137 |
| Binary | 11111101 | 11101100 | 11101010 | 0 | 111 | 1000 | 1 | 110 | 1010011 | 1011111 |
Color Harmonies of #FDECEA
Complementary color
Monochromatic Colors of #FDECEA
Black with #FDECEA
Text Example
Text Example
White with #FDECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECEA; }
p { color: rgb(253,236,234); }
H1.HeaderClassName
{
color: #FDECEA;
}
.AnyTagClassName
{
color: #FDECEA;
}
</style>
background-color css
<style>
a { background-color: #FDECEA; }
a { background-color: rgb(253,236,234); }
div.DivClassName
{
background-color: #FDECEA;
}
.BgClassName
{
background-color: #FDECEA;
}
</style>
border-color css
<style>
span { border-color: #FDECEA; }
span { border-color: rgb(253,236,234); }
td.TdClassName
{
border-color: #FDECEA;
}
.TagClassName
{
border-color: #FDECEA;
}
</style>