Shades of Misty Rose #FBE2E0
Tints of Misty Rose #FBE2E0
RGB
CMYK
RGB Variations
Color information
#FBE2E0 (or 0xFBE2E0) is known color: Misty Rose. HEX triplet: FB, E2 and E0. RGB value is (251,226,224). Sum of RGB (Red+Green+Blue) = 251+226+224=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2E0 is #041D1F. Grayscale: #E9E9E9. Windows color (decimal): -269600 or 14738171. OLE color: 14738171.
HSL color Cylindrical-coordinate representation of color #FBE2E0: hue angle of 4.44º degrees, saturation: 0.77, 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 #FBE2E0 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 224 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 4.44º | 0.77% | 0.93% | - |
| HSV(B) | 4.44º | 0.11% | 0.98% | - |
| XYZ | 80.43 | 80.28 | 81.78 | - |
| YUV | 233.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 224 | 0 | 0.10 | 0.11 | 0.02 | 4.44 | 0.77 | 0.93 |
| Hex | FB | E2 | E0 | 0 | A | B | 2 | 4 | 4D | 5D |
| Octal | 373 | 342 | 340 | 0 | 12 | 13 | 2 | 4 | 115 | 135 |
| Binary | 11111011 | 11100010 | 11100000 | 0 | 1010 | 1011 | 10 | 100 | 1001101 | 1011101 |
Color Harmonies of #FBE2E0
Complementary color
Monochromatic Colors of #FBE2E0
Black with #FBE2E0
Text Example
Text Example
White with #FBE2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2E0; }
p { color: rgb(251,226,224); }
H1.HeaderClassName
{
color: #FBE2E0;
}
.AnyTagClassName
{
color: #FBE2E0;
}
</style>
background-color css
<style>
a { background-color: #FBE2E0; }
a { background-color: rgb(251,226,224); }
div.DivClassName
{
background-color: #FBE2E0;
}
.BgClassName
{
background-color: #FBE2E0;
}
</style>
border-color css
<style>
span { border-color: #FBE2E0; }
span { border-color: rgb(251,226,224); }
td.TdClassName
{
border-color: #FBE2E0;
}
.TagClassName
{
border-color: #FBE2E0;
}
</style>