Shades of Misty Rose #FFDEDD
Tints of Misty Rose #FFDEDD
RGB
CMYK
RGB Variations
Color information
#FFDEDD (or 0xFFDEDD) is known color: Misty Rose. HEX triplet: FF, DE and DD. RGB value is (255,222,221). Sum of RGB (Red+Green+Blue) = 255+222+221=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDD is #002122. Grayscale: #E7E7E7. Windows color (decimal): -8483 or 14540543. OLE color: 14540543.
HSL color Cylindrical-coordinate representation of color #FFDEDD: hue angle of 1.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEDD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 222 | 221 | - |
CMYK | 0 | 0.13 | 0.13 | 0 |
HSL | 1.76º | 1% | 0.93% | - |
HSV(B) | 1.76º | 0.13% | 1% | - |
XYZ | 80.41 | 78.72 | 79.36 | - |
YUV | 231.75 | 121.93 | 144.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 222 | 221 | 0 | 0.13 | 0.13 | 0 | 1.76 | 1 | 0.93 |
Hex | FF | DE | DD | 0 | D | D | 0 | 2 | 64 | 5D |
Octal | 377 | 336 | 335 | 0 | 15 | 15 | 0 | 2 | 144 | 135 |
Binary | 11111111 | 11011110 | 11011101 | 0 | 1101 | 1101 | 0 | 10 | 1100100 | 1011101 |
Color Harmonies of #FFDEDD
Complementary color
Monochromatic Colors of #FFDEDD
Black with #FFDEDD
Text Example
Text Example
White with #FFDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEDD; }
p { color: rgb(255,222,221); }
H1.HeaderClassName
{
color: #FFDEDD;
}
.AnyTagClassName
{
color: #FFDEDD;
}
</style>
background-color css
<style>
a { background-color: #FFDEDD; }
a { background-color: rgb(255,222,221); }
div.DivClassName
{
background-color: #FFDEDD;
}
.BgClassName
{
background-color: #FFDEDD;
}
</style>
border-color css
<style>
span { border-color: #FFDEDD; }
span { border-color: rgb(255,222,221); }
td.TdClassName
{
border-color: #FFDEDD;
}
.TagClassName
{
border-color: #FFDEDD;
}
</style>