Shades of Misty Rose #FFDEDB
Tints of Misty Rose #FFDEDB
RGB
CMYK
RGB Variations
Color information
#FFDEDB (or 0xFFDEDB) is known color: Misty Rose. HEX triplet: FF, DE and DB. RGB value is (255,222,219). Sum of RGB (Red+Green+Blue) = 255+222+219=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDB is #002124. Grayscale: #E7E7E7. Windows color (decimal): -8485 or 14409471. OLE color: 14409471.
HSL color Cylindrical-coordinate representation of color #FFDEDB: hue angle of 5º 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 #FFDEDB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 219 | - |
| CMYK | 0 | 0.13 | 0.14 | 0 |
| HSL | 5º | 1% | 0.93% | - |
| HSV(B) | 5º | 0.14% | 1% | - |
| XYZ | 80.15 | 78.62 | 77.97 | - |
| YUV | 231.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 219 | 0 | 0.13 | 0.14 | 0 | 5 | 1 | 0.93 |
| Hex | FF | DE | DB | 0 | D | E | 0 | 5 | 64 | 5D |
| Octal | 377 | 336 | 333 | 0 | 15 | 16 | 0 | 5 | 144 | 135 |
| Binary | 11111111 | 11011110 | 11011011 | 0 | 1101 | 1110 | 0 | 101 | 1100100 | 1011101 |
Color Harmonies of #FFDEDB
Complementary color
Monochromatic Colors of #FFDEDB
Black with #FFDEDB
Text Example
Text Example
White with #FFDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEDB; }
p { color: rgb(255,222,219); }
H1.HeaderClassName
{
color: #FFDEDB;
}
.AnyTagClassName
{
color: #FFDEDB;
}
</style>
background-color css
<style>
a { background-color: #FFDEDB; }
a { background-color: rgb(255,222,219); }
div.DivClassName
{
background-color: #FFDEDB;
}
.BgClassName
{
background-color: #FFDEDB;
}
</style>
border-color css
<style>
span { border-color: #FFDEDB; }
span { border-color: rgb(255,222,219); }
td.TdClassName
{
border-color: #FFDEDB;
}
.TagClassName
{
border-color: #FFDEDB;
}
</style>