Shades of Tutu #FBECEA
Tints of Tutu #FBECEA
RGB
CMYK
RGB Variations
Color information
#FBECEA (or 0xFBECEA) is known color: Tutu. HEX triplet: FB, EC and EA. RGB value is (251,236,234). Sum of RGB (Red+Green+Blue) = 251+236+234=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 234 (91.80% from 255 or 32.45% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECEA is #041315. Grayscale: #F0F0F0. Windows color (decimal): -267030 or 15396091. OLE color: 15396091.
HSL color Cylindrical-coordinate representation of color #FBECEA: hue angle of 7.06º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBECEA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 234 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.02 |
| HSL | 7.06º | 0.68% | 0.95% | - |
| HSV(B) | 7.06º | 0.07% | 0.98% | - |
| XYZ | 84.63 | 86.44 | 90.07 | - |
| YUV | 240.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 234 | 0 | 0.06 | 0.07 | 0.02 | 7.06 | 0.68 | 0.95 |
| Hex | FB | EC | EA | 0 | 6 | 7 | 2 | 7 | 44 | 5F |
| Octal | 373 | 354 | 352 | 0 | 6 | 7 | 2 | 7 | 104 | 137 |
| Binary | 11111011 | 11101100 | 11101010 | 0 | 110 | 111 | 10 | 111 | 1000100 | 1011111 |
Color Harmonies of #FBECEA
Complementary color
Monochromatic Colors of #FBECEA
Black with #FBECEA
Text Example
Text Example
White with #FBECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECEA; }
p { color: rgb(251,236,234); }
H1.HeaderClassName
{
color: #FBECEA;
}
.AnyTagClassName
{
color: #FBECEA;
}
</style>
background-color css
<style>
a { background-color: #FBECEA; }
a { background-color: rgb(251,236,234); }
div.DivClassName
{
background-color: #FBECEA;
}
.BgClassName
{
background-color: #FBECEA;
}
</style>
border-color css
<style>
span { border-color: #FBECEA; }
span { border-color: rgb(251,236,234); }
td.TdClassName
{
border-color: #FBECEA;
}
.TagClassName
{
border-color: #FBECEA;
}
</style>