Shades of Misty Rose #FFDFDD
Tints of Misty Rose #FFDFDD
RGB
CMYK
RGB Variations
Color information
#FFDFDD (or 0xFFDFDD) is known color: Misty Rose. HEX triplet: FF, DF and DD. RGB value is (255,223,221). Sum of RGB (Red+Green+Blue) = 255+223+221=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFDD is #002022. Grayscale: #E8E8E8. Windows color (decimal): -8227 or 14540799. OLE color: 14540799.
HSL color Cylindrical-coordinate representation of color #FFDFDD: hue angle of 3.53º 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 #FFDFDD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 221 | - |
CMYK | 0 | 0.13 | 0.13 | 0 |
HSL | 3.53º | 1% | 0.93% | - |
HSV(B) | 3.53º | 0.13% | 1% | - |
XYZ | 80.68 | 79.26 | 79.45 | - |
YUV | 232.34 | 121.6 | 144.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 221 | 0 | 0.13 | 0.13 | 0 | 3.53 | 1 | 0.93 |
Hex | FF | DF | DD | 0 | D | D | 0 | 4 | 64 | 5D |
Octal | 377 | 337 | 335 | 0 | 15 | 15 | 0 | 4 | 144 | 135 |
Binary | 11111111 | 11011111 | 11011101 | 0 | 1101 | 1101 | 0 | 100 | 1100100 | 1011101 |
Color Harmonies of #FFDFDD
Complementary color
Monochromatic Colors of #FFDFDD
Black with #FFDFDD
Text Example
Text Example
White with #FFDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFDD; }
p { color: rgb(255,223,221); }
H1.HeaderClassName
{
color: #FFDFDD;
}
.AnyTagClassName
{
color: #FFDFDD;
}
</style>
background-color css
<style>
a { background-color: #FFDFDD; }
a { background-color: rgb(255,223,221); }
div.DivClassName
{
background-color: #FFDFDD;
}
.BgClassName
{
background-color: #FFDFDD;
}
</style>
border-color css
<style>
span { border-color: #FFDFDD; }
span { border-color: rgb(255,223,221); }
td.TdClassName
{
border-color: #FFDFDD;
}
.TagClassName
{
border-color: #FFDFDD;
}
</style>