Shades of Misty Rose #FBEAE7
Tints of Misty Rose #FBEAE7
RGB
CMYK
RGB Variations
Color information
#FBEAE7 (or 0xFBEAE7) is known color: Misty Rose. HEX triplet: FB, EA and E7. RGB value is (251,234,231). Sum of RGB (Red+Green+Blue) = 251+234+231=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 231 (90.62% from 255 or 32.26% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAE7 is #041518. Grayscale: #EEEEEE. Windows color (decimal): -267545 or 15198971. OLE color: 15198971.
HSL color Cylindrical-coordinate representation of color #FBEAE7: hue angle of 9º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEAE7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 231 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.02 |
| HSL | 9º | 0.71% | 0.95% | - |
| HSV(B) | 9º | 0.08% | 0.98% | - |
| XYZ | 83.63 | 85.12 | 87.62 | - |
| YUV | 238.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 231 | 0 | 0.07 | 0.08 | 0.02 | 9 | 0.71 | 0.95 |
| Hex | FB | EA | E7 | 0 | 7 | 8 | 2 | 9 | 47 | 5F |
| Octal | 373 | 352 | 347 | 0 | 7 | 10 | 2 | 11 | 107 | 137 |
| Binary | 11111011 | 11101010 | 11100111 | 0 | 111 | 1000 | 10 | 1001 | 1000111 | 1011111 |
Color Harmonies of #FBEAE7
Complementary color
Monochromatic Colors of #FBEAE7
Black with #FBEAE7
Text Example
Text Example
White with #FBEAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAE7; }
p { color: rgb(251,234,231); }
H1.HeaderClassName
{
color: #FBEAE7;
}
.AnyTagClassName
{
color: #FBEAE7;
}
</style>
background-color css
<style>
a { background-color: #FBEAE7; }
a { background-color: rgb(251,234,231); }
div.DivClassName
{
background-color: #FBEAE7;
}
.BgClassName
{
background-color: #FBEAE7;
}
</style>
border-color css
<style>
span { border-color: #FBEAE7; }
span { border-color: rgb(251,234,231); }
td.TdClassName
{
border-color: #FBEAE7;
}
.TagClassName
{
border-color: #FBEAE7;
}
</style>