Shades of Tutu #FAECEC
Tints of Tutu #FAECEC
RGB
CMYK
RGB Variations
Color information
#FAECEC (or 0xFAECEC) is known color: Tutu. HEX triplet: FA, EC and EC. RGB value is (250,236,236). Sum of RGB (Red+Green+Blue) = 250+236+236=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECEC is #051313. Grayscale: #F0F0F0. Windows color (decimal): -332564 or 15527162. OLE color: 15527162.
HSL color Cylindrical-coordinate representation of color #FAECEC: hue angle of 0º degrees, saturation: 0.58, 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 #FAECEC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 236 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 0º | 0.58% | 0.95% | - |
| HSV(B) | 0º | 0.06% | 0.98% | - |
| XYZ | 84.56 | 86.37 | 91.57 | - |
| YUV | 240.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 236 | 0 | 0.06 | 0.06 | 0.02 | 0 | 0.58 | 0.95 |
| Hex | FA | EC | EC | 0 | 6 | 6 | 2 | 0 | 3A | 5F |
| Octal | 372 | 354 | 354 | 0 | 6 | 6 | 2 | 0 | 72 | 137 |
| Binary | 11111010 | 11101100 | 11101100 | 0 | 110 | 110 | 10 | 0 | 111010 | 1011111 |
Color Harmonies of #FAECEC
Complementary color
Monochromatic Colors of #FAECEC
Black with #FAECEC
Text Example
Text Example
White with #FAECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECEC; }
p { color: rgb(250,236,236); }
H1.HeaderClassName
{
color: #FAECEC;
}
.AnyTagClassName
{
color: #FAECEC;
}
</style>
background-color css
<style>
a { background-color: #FAECEC; }
a { background-color: rgb(250,236,236); }
div.DivClassName
{
background-color: #FAECEC;
}
.BgClassName
{
background-color: #FAECEC;
}
</style>
border-color css
<style>
span { border-color: #FAECEC; }
span { border-color: rgb(250,236,236); }
td.TdClassName
{
border-color: #FAECEC;
}
.TagClassName
{
border-color: #FAECEC;
}
</style>