Shades of Tutu #FBECEC
Tints of Tutu #FBECEC
RGB
CMYK
RGB Variations
Color information
#FBECEC (or 0xFBECEC) is known color: Tutu. HEX triplet: FB, EC and EC. RGB value is (251,236,236). Sum of RGB (Red+Green+Blue) = 251+236+236=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECEC is #041313. Grayscale: #F0F0F0. Windows color (decimal): -267028 or 15527163. OLE color: 15527163.
HSL color Cylindrical-coordinate representation of color #FBECEC: hue angle of 0º 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 #FBECEC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 236 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 0º | 0.65% | 0.95% | - |
| HSV(B) | 0º | 0.06% | 0.98% | - |
| XYZ | 84.92 | 86.56 | 91.59 | - |
| YUV | 240.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 236 | 0 | 0.06 | 0.06 | 0.02 | 0 | 0.65 | 0.95 |
| Hex | FB | EC | EC | 0 | 6 | 6 | 2 | 0 | 41 | 5F |
| Octal | 373 | 354 | 354 | 0 | 6 | 6 | 2 | 0 | 101 | 137 |
| Binary | 11111011 | 11101100 | 11101100 | 0 | 110 | 110 | 10 | 0 | 1000001 | 1011111 |
Color Harmonies of #FBECEC
Complementary color
Monochromatic Colors of #FBECEC
Black with #FBECEC
Text Example
Text Example
White with #FBECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECEC; }
p { color: rgb(251,236,236); }
H1.HeaderClassName
{
color: #FBECEC;
}
.AnyTagClassName
{
color: #FBECEC;
}
</style>
background-color css
<style>
a { background-color: #FBECEC; }
a { background-color: rgb(251,236,236); }
div.DivClassName
{
background-color: #FBECEC;
}
.BgClassName
{
background-color: #FBECEC;
}
</style>
border-color css
<style>
span { border-color: #FBECEC; }
span { border-color: rgb(251,236,236); }
td.TdClassName
{
border-color: #FBECEC;
}
.TagClassName
{
border-color: #FBECEC;
}
</style>