Shades of Misty Rose #FBE4E1
Tints of Misty Rose #FBE4E1
RGB
CMYK
RGB Variations
Color information
#FBE4E1 (or 0xFBE4E1) is known color: Misty Rose. HEX triplet: FB, E4 and E1. RGB value is (251,228,225). Sum of RGB (Red+Green+Blue) = 251+228+225=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4E1 is #041B1E. Grayscale: #EAEAEA. Windows color (decimal): -269087 or 14804219. OLE color: 14804219.
HSL color Cylindrical-coordinate representation of color #FBE4E1: hue angle of 6.92º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE4E1 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 225 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.02 |
| HSL | 6.92º | 0.76% | 0.93% | - |
| HSV(B) | 6.92º | 0.1% | 0.98% | - |
| XYZ | 81.12 | 81.43 | 82.68 | - |
| YUV | 234.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 225 | 0 | 0.09 | 0.10 | 0.02 | 6.92 | 0.76 | 0.93 |
| Hex | FB | E4 | E1 | 0 | 9 | A | 2 | 7 | 4C | 5D |
| Octal | 373 | 344 | 341 | 0 | 11 | 12 | 2 | 7 | 114 | 135 |
| Binary | 11111011 | 11100100 | 11100001 | 0 | 1001 | 1010 | 10 | 111 | 1001100 | 1011101 |
Color Harmonies of #FBE4E1
Complementary color
Monochromatic Colors of #FBE4E1
Black with #FBE4E1
Text Example
Text Example
White with #FBE4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4E1; }
p { color: rgb(251,228,225); }
H1.HeaderClassName
{
color: #FBE4E1;
}
.AnyTagClassName
{
color: #FBE4E1;
}
</style>
background-color css
<style>
a { background-color: #FBE4E1; }
a { background-color: rgb(251,228,225); }
div.DivClassName
{
background-color: #FBE4E1;
}
.BgClassName
{
background-color: #FBE4E1;
}
</style>
border-color css
<style>
span { border-color: #FBE4E1; }
span { border-color: rgb(251,228,225); }
td.TdClassName
{
border-color: #FBE4E1;
}
.TagClassName
{
border-color: #FBE4E1;
}
</style>