Shades of Tutu #FAECEB
Tints of Tutu #FAECEB
RGB
CMYK
RGB Variations
Color information
#FAECEB (or 0xFAECEB) is known color: Tutu. HEX triplet: FA, EC and EB. RGB value is (250,236,235). Sum of RGB (Red+Green+Blue) = 250+236+235=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 235 (92.19% from 255 or 32.59% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECEB is #051314. Grayscale: #F0F0F0. Windows color (decimal): -332565 or 15461626. OLE color: 15461626.
HSL color Cylindrical-coordinate representation of color #FAECEB: hue angle of 4º degrees, saturation: 0.6, 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 #FAECEB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 235 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 4º | 0.6% | 0.95% | - |
| HSV(B) | 4º | 0.06% | 0.98% | - |
| XYZ | 84.42 | 86.31 | 90.81 | - |
| YUV | 240.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 235 | 0 | 0.06 | 0.06 | 0.02 | 4 | 0.6 | 0.95 |
| Hex | FA | EC | EB | 0 | 6 | 6 | 2 | 4 | 3C | 5F |
| Octal | 372 | 354 | 353 | 0 | 6 | 6 | 2 | 4 | 74 | 137 |
| Binary | 11111010 | 11101100 | 11101011 | 0 | 110 | 110 | 10 | 100 | 111100 | 1011111 |
Color Harmonies of #FAECEB
Complementary color
Monochromatic Colors of #FAECEB
Black with #FAECEB
Text Example
Text Example
White with #FAECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECEB; }
p { color: rgb(250,236,235); }
H1.HeaderClassName
{
color: #FAECEB;
}
.AnyTagClassName
{
color: #FAECEB;
}
</style>
background-color css
<style>
a { background-color: #FAECEB; }
a { background-color: rgb(250,236,235); }
div.DivClassName
{
background-color: #FAECEB;
}
.BgClassName
{
background-color: #FAECEB;
}
</style>
border-color css
<style>
span { border-color: #FAECEB; }
span { border-color: rgb(250,236,235); }
td.TdClassName
{
border-color: #FAECEB;
}
.TagClassName
{
border-color: #FAECEB;
}
</style>