Shades of Tutu #FBEEEC
Tints of Tutu #FBEEEC
RGB
CMYK
RGB Variations
Color information
#FBEEEC (or 0xFBEEEC) is known color: Tutu. HEX triplet: FB, EE and EC. RGB value is (251,238,236). Sum of RGB (Red+Green+Blue) = 251+238+236=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEEC is #041113. Grayscale: #F1F1F1. Windows color (decimal): -266516 or 15527675. OLE color: 15527675.
HSL color Cylindrical-coordinate representation of color #FBEEEC: hue angle of 8º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEEEC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 236 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.02 |
| HSL | 8º | 0.65% | 0.95% | - |
| HSV(B) | 8º | 0.06% | 0.98% | - |
| XYZ | 85.5 | 87.71 | 91.78 | - |
| YUV | 241.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 236 | 0 | 0.05 | 0.06 | 0.02 | 8 | 0.65 | 0.95 |
| Hex | FB | EE | EC | 0 | 5 | 6 | 2 | 8 | 41 | 5F |
| Octal | 373 | 356 | 354 | 0 | 5 | 6 | 2 | 10 | 101 | 137 |
| Binary | 11111011 | 11101110 | 11101100 | 0 | 101 | 110 | 10 | 1000 | 1000001 | 1011111 |
Color Harmonies of #FBEEEC
Complementary color
Monochromatic Colors of #FBEEEC
Black with #FBEEEC
Text Example
Text Example
White with #FBEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEEC; }
p { color: rgb(251,238,236); }
H1.HeaderClassName
{
color: #FBEEEC;
}
.AnyTagClassName
{
color: #FBEEEC;
}
</style>
background-color css
<style>
a { background-color: #FBEEEC; }
a { background-color: rgb(251,238,236); }
div.DivClassName
{
background-color: #FBEEEC;
}
.BgClassName
{
background-color: #FBEEEC;
}
</style>
border-color css
<style>
span { border-color: #FBEEEC; }
span { border-color: rgb(251,238,236); }
td.TdClassName
{
border-color: #FBEEEC;
}
.TagClassName
{
border-color: #FBEEEC;
}
</style>