Shades of Misty Rose #FFDEDA
Tints of Misty Rose #FFDEDA
RGB
CMYK
RGB Variations
Color information
#FFDEDA (or 0xFFDEDA) is known color: Misty Rose. HEX triplet: FF, DE and DA. RGB value is (255,222,218). Sum of RGB (Red+Green+Blue) = 255+222+218=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDA is #002125. Grayscale: #E7E7E7. Windows color (decimal): -8486 or 14343935. OLE color: 14343935.
HSL color Cylindrical-coordinate representation of color #FFDEDA: hue angle of 6.49º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDEDA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 218 | - |
| CMYK | 0 | 0.13 | 0.15 | 0 |
| HSL | 6.49º | 1% | 0.93% | - |
| HSV(B) | 6.49º | 0.15% | 1% | - |
| XYZ | 80.02 | 78.56 | 77.28 | - |
| YUV | 231.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 218 | 0 | 0.13 | 0.15 | 0 | 6.49 | 1 | 0.93 |
| Hex | FF | DE | DA | 0 | D | F | 0 | 6 | 64 | 5D |
| Octal | 377 | 336 | 332 | 0 | 15 | 17 | 0 | 6 | 144 | 135 |
| Binary | 11111111 | 11011110 | 11011010 | 0 | 1101 | 1111 | 0 | 110 | 1100100 | 1011101 |
Color Harmonies of #FFDEDA
Complementary color
Monochromatic Colors of #FFDEDA
Black with #FFDEDA
Text Example
Text Example
White with #FFDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEDA; }
p { color: rgb(255,222,218); }
H1.HeaderClassName
{
color: #FFDEDA;
}
.AnyTagClassName
{
color: #FFDEDA;
}
</style>
background-color css
<style>
a { background-color: #FFDEDA; }
a { background-color: rgb(255,222,218); }
div.DivClassName
{
background-color: #FFDEDA;
}
.BgClassName
{
background-color: #FFDEDA;
}
</style>
border-color css
<style>
span { border-color: #FFDEDA; }
span { border-color: rgb(255,222,218); }
td.TdClassName
{
border-color: #FFDEDA;
}
.TagClassName
{
border-color: #FFDEDA;
}
</style>