Shades of Tutu #FBE8E8
Tints of Tutu #FBE8E8
RGB
CMYK
RGB Variations
Color information
#FBE8E8 (or 0xFBE8E8) is known color: Tutu. HEX triplet: FB, E8 and E8. RGB value is (251,232,232). Sum of RGB (Red+Green+Blue) = 251+232+232=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 232 (91.02% from 255 or 32.45% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8E8 is #041717. Grayscale: #EDEDED. Windows color (decimal): -268056 or 15263995. OLE color: 15263995.
HSL color Cylindrical-coordinate representation of color #FBE8E8: hue angle of 0º degrees, saturation: 0.7, 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 #FBE8E8 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 232 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.02 |
| HSL | 0º | 0.7% | 0.95% | - |
| HSV(B) | 0º | 0.08% | 0.98% | - |
| XYZ | 83.21 | 84.05 | 88.18 | - |
| YUV | 237.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 232 | 0 | 0.08 | 0.08 | 0.02 | 0 | 0.7 | 0.95 |
| Hex | FB | E8 | E8 | 0 | 8 | 8 | 2 | 0 | 46 | 5F |
| Octal | 373 | 350 | 350 | 0 | 10 | 10 | 2 | 0 | 106 | 137 |
| Binary | 11111011 | 11101000 | 11101000 | 0 | 1000 | 1000 | 10 | 0 | 1000110 | 1011111 |
Color Harmonies of #FBE8E8
Complementary color
Monochromatic Colors of #FBE8E8
Black with #FBE8E8
Text Example
Text Example
White with #FBE8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8E8; }
p { color: rgb(251,232,232); }
H1.HeaderClassName
{
color: #FBE8E8;
}
.AnyTagClassName
{
color: #FBE8E8;
}
</style>
background-color css
<style>
a { background-color: #FBE8E8; }
a { background-color: rgb(251,232,232); }
div.DivClassName
{
background-color: #FBE8E8;
}
.BgClassName
{
background-color: #FBE8E8;
}
</style>
border-color css
<style>
span { border-color: #FBE8E8; }
span { border-color: rgb(251,232,232); }
td.TdClassName
{
border-color: #FBE8E8;
}
.TagClassName
{
border-color: #FBE8E8;
}
</style>