Shades of Rose White #FBEEE6
Tints of Rose White #FBEEE6
RGB
CMYK
RGB Variations
Color information
#FBEEE6 (or 0xFBEEE6) is known color: Rose White. HEX triplet: FB, EE and E6. RGB value is (251,238,230). Sum of RGB (Red+Green+Blue) = 251+238+230=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEE6 is #041119. Grayscale: #F1F1F1. Windows color (decimal): -266522 or 15134459. OLE color: 15134459.
HSL color Cylindrical-coordinate representation of color #FBEEE6: hue angle of 22.86º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEEE6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 230 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.02 |
| HSL | 22.86º | 0.72% | 0.94% | - |
| HSV(B) | 22.86º | 0.08% | 0.98% | - |
| XYZ | 84.64 | 87.37 | 87.27 | - |
| YUV | 240.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 230 | 0 | 0.05 | 0.08 | 0.02 | 22.86 | 0.72 | 0.94 |
| Hex | FB | EE | E6 | 0 | 5 | 8 | 2 | 17 | 48 | 5E |
| Octal | 373 | 356 | 346 | 0 | 5 | 10 | 2 | 27 | 110 | 136 |
| Binary | 11111011 | 11101110 | 11100110 | 0 | 101 | 1000 | 10 | 10111 | 1001000 | 1011110 |
Color Harmonies of #FBEEE6
Complementary color
Monochromatic Colors of #FBEEE6
Black with #FBEEE6
Text Example
Text Example
White with #FBEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEE6; }
p { color: rgb(251,238,230); }
H1.HeaderClassName
{
color: #FBEEE6;
}
.AnyTagClassName
{
color: #FBEEE6;
}
</style>
background-color css
<style>
a { background-color: #FBEEE6; }
a { background-color: rgb(251,238,230); }
div.DivClassName
{
background-color: #FBEEE6;
}
.BgClassName
{
background-color: #FBEEE6;
}
</style>
border-color css
<style>
span { border-color: #FBEEE6; }
span { border-color: rgb(251,238,230); }
td.TdClassName
{
border-color: #FBEEE6;
}
.TagClassName
{
border-color: #FBEEE6;
}
</style>