Shades of Misty Rose #FFDEDE
Tints of Misty Rose #FFDEDE
RGB
CMYK
RGB Variations
Color information
#FFDEDE (or 0xFFDEDE) is known color: Misty Rose. HEX triplet: FF, DE and DE. RGB value is (255,222,222). Sum of RGB (Red+Green+Blue) = 255+222+222=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDE is #002121. Grayscale: #E7E7E7. Windows color (decimal): -8482 or 14606079. OLE color: 14606079.
HSL color Cylindrical-coordinate representation of color #FFDEDE: hue angle of 0º 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 #FFDEDE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 222 | - |
| CMYK | 0 | 0.13 | 0.13 | 0 |
| HSL | 0º | 1% | 0.94% | - |
| HSV(B) | 0º | 0.13% | 1% | - |
| XYZ | 80.55 | 78.78 | 80.07 | - |
| YUV | 231.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 222 | 0 | 0.13 | 0.13 | 0 | 0 | 1 | 0.94 |
| Hex | FF | DE | DE | 0 | D | D | 0 | 0 | 64 | 5E |
| Octal | 377 | 336 | 336 | 0 | 15 | 15 | 0 | 0 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11011110 | 0 | 1101 | 1101 | 0 | 0 | 1100100 | 1011110 |
Color Harmonies of #FFDEDE
Complementary color
Monochromatic Colors of #FFDEDE
Black with #FFDEDE
Text Example
Text Example
White with #FFDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEDE; }
p { color: rgb(255,222,222); }
H1.HeaderClassName
{
color: #FFDEDE;
}
.AnyTagClassName
{
color: #FFDEDE;
}
</style>
background-color css
<style>
a { background-color: #FFDEDE; }
a { background-color: rgb(255,222,222); }
div.DivClassName
{
background-color: #FFDEDE;
}
.BgClassName
{
background-color: #FFDEDE;
}
</style>
border-color css
<style>
span { border-color: #FFDEDE; }
span { border-color: rgb(255,222,222); }
td.TdClassName
{
border-color: #FFDEDE;
}
.TagClassName
{
border-color: #FFDEDE;
}
</style>