Shades of Misty Rose #FBE2DF
Tints of Misty Rose #FBE2DF
RGB
CMYK
RGB Variations
Color information
#FBE2DF (or 0xFBE2DF) is known color: Misty Rose. HEX triplet: FB, E2 and DF. RGB value is (251,226,223). Sum of RGB (Red+Green+Blue) = 251+226+223=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2DF is #041D20. Grayscale: #E9E9E9. Windows color (decimal): -269601 or 14672635. OLE color: 14672635.
HSL color Cylindrical-coordinate representation of color #FBE2DF: hue angle of 6.43º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE2DF is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 223 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 6.43º | 0.78% | 0.93% | - |
| HSV(B) | 6.43º | 0.11% | 0.98% | - |
| XYZ | 80.3 | 80.23 | 81.07 | - |
| YUV | 233.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 223 | 0 | 0.10 | 0.11 | 0.02 | 6.43 | 0.78 | 0.93 |
| Hex | FB | E2 | DF | 0 | A | B | 2 | 6 | 4E | 5D |
| Octal | 373 | 342 | 337 | 0 | 12 | 13 | 2 | 6 | 116 | 135 |
| Binary | 11111011 | 11100010 | 11011111 | 0 | 1010 | 1011 | 10 | 110 | 1001110 | 1011101 |
Color Harmonies of #FBE2DF
Complementary color
Monochromatic Colors of #FBE2DF
Black with #FBE2DF
Text Example
Text Example
White with #FBE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2DF; }
p { color: rgb(251,226,223); }
H1.HeaderClassName
{
color: #FBE2DF;
}
.AnyTagClassName
{
color: #FBE2DF;
}
</style>
background-color css
<style>
a { background-color: #FBE2DF; }
a { background-color: rgb(251,226,223); }
div.DivClassName
{
background-color: #FBE2DF;
}
.BgClassName
{
background-color: #FBE2DF;
}
</style>
border-color css
<style>
span { border-color: #FBE2DF; }
span { border-color: rgb(251,226,223); }
td.TdClassName
{
border-color: #FBE2DF;
}
.TagClassName
{
border-color: #FBE2DF;
}
</style>