Shades of Misty Rose #FFDFDF
Tints of Misty Rose #FFDFDF
RGB
CMYK
RGB Variations
Color information
#FFDFDF (or 0xFFDFDF) is known color: Misty Rose. HEX triplet: FF, DF and DF. RGB value is (255,223,223). Sum of RGB (Red+Green+Blue) = 255+223+223=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFDF is #002020. Grayscale: #E8E8E8. Windows color (decimal): -8225 or 14671871. OLE color: 14671871.
HSL color Cylindrical-coordinate representation of color #FFDFDF: 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 #FFDFDF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 223 | - |
CMYK | 0 | 0.13 | 0.13 | 0 |
HSL | 0º | 1% | 0.94% | - |
HSV(B) | 0º | 0.13% | 1% | - |
XYZ | 80.95 | 79.36 | 80.86 | - |
YUV | 232.57 | 122.6 | 144 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 223 | 0 | 0.13 | 0.13 | 0 | 0 | 1 | 0.94 |
Hex | FF | DF | DF | 0 | D | D | 0 | 0 | 64 | 5E |
Octal | 377 | 337 | 337 | 0 | 15 | 15 | 0 | 0 | 144 | 136 |
Binary | 11111111 | 11011111 | 11011111 | 0 | 1101 | 1101 | 0 | 0 | 1100100 | 1011110 |
Color Harmonies of #FFDFDF
Complementary color
Monochromatic Colors of #FFDFDF
Black with #FFDFDF
Text Example
Text Example
White with #FFDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFDF; }
p { color: rgb(255,223,223); }
H1.HeaderClassName
{
color: #FFDFDF;
}
.AnyTagClassName
{
color: #FFDFDF;
}
</style>
background-color css
<style>
a { background-color: #FFDFDF; }
a { background-color: rgb(255,223,223); }
div.DivClassName
{
background-color: #FFDFDF;
}
.BgClassName
{
background-color: #FFDFDF;
}
</style>
border-color css
<style>
span { border-color: #FFDFDF; }
span { border-color: rgb(255,223,223); }
td.TdClassName
{
border-color: #FFDFDF;
}
.TagClassName
{
border-color: #FFDFDF;
}
</style>