Shades of Misty Rose #FBE1DF
Tints of Misty Rose #FBE1DF
RGB
CMYK
RGB Variations
Color information
#FBE1DF (or 0xFBE1DF) is known color: Misty Rose. HEX triplet: FB, E1 and DF. RGB value is (251,225,223). Sum of RGB (Red+Green+Blue) = 251+225+223=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1DF is #041E20. Grayscale: #E8E8E8. Windows color (decimal): -269857 or 14672379. OLE color: 14672379.
HSL color Cylindrical-coordinate representation of color #FBE1DF: hue angle of 4.29º 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 #FBE1DF is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 223 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 4.29º | 0.78% | 0.93% | - |
| HSV(B) | 4.29º | 0.11% | 0.98% | - |
| XYZ | 80.03 | 79.69 | 80.98 | - |
| YUV | 232.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 223 | 0 | 0.10 | 0.11 | 0.02 | 4.29 | 0.78 | 0.93 |
| Hex | FB | E1 | DF | 0 | A | B | 2 | 4 | 4E | 5D |
| Octal | 373 | 341 | 337 | 0 | 12 | 13 | 2 | 4 | 116 | 135 |
| Binary | 11111011 | 11100001 | 11011111 | 0 | 1010 | 1011 | 10 | 100 | 1001110 | 1011101 |
Color Harmonies of #FBE1DF
Complementary color
Monochromatic Colors of #FBE1DF
Black with #FBE1DF
Text Example
Text Example
White with #FBE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1DF; }
p { color: rgb(251,225,223); }
H1.HeaderClassName
{
color: #FBE1DF;
}
.AnyTagClassName
{
color: #FBE1DF;
}
</style>
background-color css
<style>
a { background-color: #FBE1DF; }
a { background-color: rgb(251,225,223); }
div.DivClassName
{
background-color: #FBE1DF;
}
.BgClassName
{
background-color: #FBE1DF;
}
</style>
border-color css
<style>
span { border-color: #FBE1DF; }
span { border-color: rgb(251,225,223); }
td.TdClassName
{
border-color: #FBE1DF;
}
.TagClassName
{
border-color: #FBE1DF;
}
</style>