Shades of Misty Rose #FBE0DD
Tints of Misty Rose #FBE0DD
RGB
CMYK
RGB Variations
Color information
#FBE0DD (or 0xFBE0DD) is known color: Misty Rose. HEX triplet: FB, E0 and DD. RGB value is (251,224,221). Sum of RGB (Red+Green+Blue) = 251+224+221=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0DD is #041F22. Grayscale: #E7E7E7. Windows color (decimal): -270115 or 14541051. OLE color: 14541051.
HSL color Cylindrical-coordinate representation of color #FBE0DD: hue angle of 6º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE0DD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 221 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.02 |
| HSL | 6º | 0.79% | 0.93% | - |
| HSV(B) | 6º | 0.12% | 0.98% | - |
| XYZ | 79.49 | 79.04 | 79.47 | - |
| YUV | 231.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 221 | 0 | 0.11 | 0.12 | 0.02 | 6 | 0.79 | 0.93 |
| Hex | FB | E0 | DD | 0 | B | C | 2 | 6 | 4F | 5D |
| Octal | 373 | 340 | 335 | 0 | 13 | 14 | 2 | 6 | 117 | 135 |
| Binary | 11111011 | 11100000 | 11011101 | 0 | 1011 | 1100 | 10 | 110 | 1001111 | 1011101 |
Color Harmonies of #FBE0DD
Complementary color
Monochromatic Colors of #FBE0DD
Black with #FBE0DD
Text Example
Text Example
White with #FBE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0DD; }
p { color: rgb(251,224,221); }
H1.HeaderClassName
{
color: #FBE0DD;
}
.AnyTagClassName
{
color: #FBE0DD;
}
</style>
background-color css
<style>
a { background-color: #FBE0DD; }
a { background-color: rgb(251,224,221); }
div.DivClassName
{
background-color: #FBE0DD;
}
.BgClassName
{
background-color: #FBE0DD;
}
</style>
border-color css
<style>
span { border-color: #FBE0DD; }
span { border-color: rgb(251,224,221); }
td.TdClassName
{
border-color: #FBE0DD;
}
.TagClassName
{
border-color: #FBE0DD;
}
</style>