Shades of Misty Rose #FFDBDB
Tints of Misty Rose #FFDBDB
RGB
CMYK
RGB Variations
Color information
#FFDBDB (or 0xFFDBDB) is known color: Misty Rose. HEX triplet: FF, DB and DB. RGB value is (255,219,219). Sum of RGB (Red+Green+Blue) = 255+219+219=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBDB is #002424. Grayscale: #E5E5E5. Windows color (decimal): -9253 or 14408703. OLE color: 14408703.
HSL color Cylindrical-coordinate representation of color #FFDBDB: hue angle of 0º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBDB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 219 | - |
| CMYK | 0 | 0.14 | 0.14 | 0 |
| HSL | 0º | 1% | 0.93% | - |
| HSV(B) | 0º | 0.14% | 1% | - |
| XYZ | 79.36 | 77.04 | 77.7 | - |
| YUV | 229.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 219 | 0 | 0.14 | 0.14 | 0 | 0 | 1 | 0.93 |
| Hex | FF | DB | DB | 0 | E | E | 0 | 0 | 64 | 5D |
| Octal | 377 | 333 | 333 | 0 | 16 | 16 | 0 | 0 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11011011 | 0 | 1110 | 1110 | 0 | 0 | 1100100 | 1011101 |
Color Harmonies of #FFDBDB
Complementary color
Monochromatic Colors of #FFDBDB
Black with #FFDBDB
Text Example
Text Example
White with #FFDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBDB; }
p { color: rgb(255,219,219); }
H1.HeaderClassName
{
color: #FFDBDB;
}
.AnyTagClassName
{
color: #FFDBDB;
}
</style>
background-color css
<style>
a { background-color: #FFDBDB; }
a { background-color: rgb(255,219,219); }
div.DivClassName
{
background-color: #FFDBDB;
}
.BgClassName
{
background-color: #FFDBDB;
}
</style>
border-color css
<style>
span { border-color: #FFDBDB; }
span { border-color: rgb(255,219,219); }
td.TdClassName
{
border-color: #FFDBDB;
}
.TagClassName
{
border-color: #FFDBDB;
}
</style>