Shades of Misty Rose #FBE1DE
Tints of Misty Rose #FBE1DE
RGB
CMYK
RGB Variations
Color information
#FBE1DE (or 0xFBE1DE) is known color: Misty Rose. HEX triplet: FB, E1 and DE. RGB value is (251,225,222). Sum of RGB (Red+Green+Blue) = 251+225+222=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1DE is #041E21. Grayscale: #E8E8E8. Windows color (decimal): -269858 or 14606843. OLE color: 14606843.
HSL color Cylindrical-coordinate representation of color #FBE1DE: hue angle of 6.21º degrees, saturation: 0.78, 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 #FBE1DE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 222 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.02 |
| HSL | 6.21º | 0.78% | 0.93% | - |
| HSV(B) | 6.21º | 0.12% | 0.98% | - |
| XYZ | 79.89 | 79.63 | 80.27 | - |
| YUV | 232.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 222 | 0 | 0.10 | 0.12 | 0.02 | 6.21 | 0.78 | 0.93 |
| Hex | FB | E1 | DE | 0 | A | C | 2 | 6 | 4E | 5D |
| Octal | 373 | 341 | 336 | 0 | 12 | 14 | 2 | 6 | 116 | 135 |
| Binary | 11111011 | 11100001 | 11011110 | 0 | 1010 | 1100 | 10 | 110 | 1001110 | 1011101 |
Color Harmonies of #FBE1DE
Complementary color
Monochromatic Colors of #FBE1DE
Black with #FBE1DE
Text Example
Text Example
White with #FBE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1DE; }
p { color: rgb(251,225,222); }
H1.HeaderClassName
{
color: #FBE1DE;
}
.AnyTagClassName
{
color: #FBE1DE;
}
</style>
background-color css
<style>
a { background-color: #FBE1DE; }
a { background-color: rgb(251,225,222); }
div.DivClassName
{
background-color: #FBE1DE;
}
.BgClassName
{
background-color: #FBE1DE;
}
</style>
border-color css
<style>
span { border-color: #FBE1DE; }
span { border-color: rgb(251,225,222); }
td.TdClassName
{
border-color: #FBE1DE;
}
.TagClassName
{
border-color: #FBE1DE;
}
</style>