Shades of Misty Rose #FFDFDE
Tints of Misty Rose #FFDFDE
RGB
CMYK
RGB Variations
Color information
#FFDFDE (or 0xFFDFDE) is known color: Misty Rose. HEX triplet: FF, DF and DE. RGB value is (255,223,222). Sum of RGB (Red+Green+Blue) = 255+223+222=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFDE is #002021. Grayscale: #E8E8E8. Windows color (decimal): -8226 or 14606335. OLE color: 14606335.
HSL color Cylindrical-coordinate representation of color #FFDFDE: hue angle of 1.82º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFDE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 222 | - |
| CMYK | 0 | 0.13 | 0.13 | 0 |
| HSL | 1.82º | 1% | 0.94% | - |
| HSV(B) | 1.82º | 0.13% | 1% | - |
| XYZ | 80.81 | 79.31 | 80.16 | - |
| YUV | 232.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 222 | 0 | 0.13 | 0.13 | 0 | 1.82 | 1 | 0.94 |
| Hex | FF | DF | DE | 0 | D | D | 0 | 2 | 64 | 5E |
| Octal | 377 | 337 | 336 | 0 | 15 | 15 | 0 | 2 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11011110 | 0 | 1101 | 1101 | 0 | 10 | 1100100 | 1011110 |
Color Harmonies of #FFDFDE
Complementary color
Monochromatic Colors of #FFDFDE
Black with #FFDFDE
Text Example
Text Example
White with #FFDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFDE; }
p { color: rgb(255,223,222); }
H1.HeaderClassName
{
color: #FFDFDE;
}
.AnyTagClassName
{
color: #FFDFDE;
}
</style>
background-color css
<style>
a { background-color: #FFDFDE; }
a { background-color: rgb(255,223,222); }
div.DivClassName
{
background-color: #FFDFDE;
}
.BgClassName
{
background-color: #FFDFDE;
}
</style>
border-color css
<style>
span { border-color: #FFDFDE; }
span { border-color: rgb(255,223,222); }
td.TdClassName
{
border-color: #FFDFDE;
}
.TagClassName
{
border-color: #FFDFDE;
}
</style>