Shades of Tutu #FAECEA
Tints of Tutu #FAECEA
RGB
CMYK
RGB Variations
Color information
#FAECEA (or 0xFAECEA) is known color: Tutu. HEX triplet: FA, EC and EA. RGB value is (250,236,234). Sum of RGB (Red+Green+Blue) = 250+236+234=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECEA is #051315. Grayscale: #EFEFEF. Windows color (decimal): -332566 or 15396090. OLE color: 15396090.
HSL color Cylindrical-coordinate representation of color #FAECEA: hue angle of 7.5º degrees, saturation: 0.62, 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 #FAECEA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 234 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 7.5º | 0.62% | 0.95% | - |
| HSV(B) | 7.5º | 0.06% | 0.98% | - |
| XYZ | 84.27 | 86.26 | 90.05 | - |
| YUV | 239.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 234 | 0 | 0.06 | 0.06 | 0.02 | 7.5 | 0.62 | 0.95 |
| Hex | FA | EC | EA | 0 | 6 | 6 | 2 | 8 | 3E | 5F |
| Octal | 372 | 354 | 352 | 0 | 6 | 6 | 2 | 10 | 76 | 137 |
| Binary | 11111010 | 11101100 | 11101010 | 0 | 110 | 110 | 10 | 1000 | 111110 | 1011111 |
Color Harmonies of #FAECEA
Complementary color
Monochromatic Colors of #FAECEA
Black with #FAECEA
Text Example
Text Example
White with #FAECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECEA; }
p { color: rgb(250,236,234); }
H1.HeaderClassName
{
color: #FAECEA;
}
.AnyTagClassName
{
color: #FAECEA;
}
</style>
background-color css
<style>
a { background-color: #FAECEA; }
a { background-color: rgb(250,236,234); }
div.DivClassName
{
background-color: #FAECEA;
}
.BgClassName
{
background-color: #FAECEA;
}
</style>
border-color css
<style>
span { border-color: #FAECEA; }
span { border-color: rgb(250,236,234); }
td.TdClassName
{
border-color: #FAECEA;
}
.TagClassName
{
border-color: #FAECEA;
}
</style>