Shades of Tutu #FAE0E0
Tints of Tutu #FAE0E0
RGB
CMYK
RGB Variations
Color information
#FAE0E0 (or 0xFAE0E0) is known color: Tutu. HEX triplet: FA, E0 and E0. RGB value is (250,224,224). Sum of RGB (Red+Green+Blue) = 250+224+224=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0E0 is #051F1F. Grayscale: #E7E7E7. Windows color (decimal): -335648 or 14737658. OLE color: 14737658.
HSL color Cylindrical-coordinate representation of color #FAE0E0: hue angle of 0º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE0E0 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 224 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.02 |
| HSL | 0º | 0.72% | 0.93% | - |
| HSV(B) | 0º | 0.1% | 0.98% | - |
| XYZ | 79.53 | 79.02 | 81.58 | - |
| YUV | 231.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 224 | 0 | 0.10 | 0.10 | 0.02 | 0 | 0.72 | 0.93 |
| Hex | FA | E0 | E0 | 0 | A | A | 2 | 0 | 48 | 5D |
| Octal | 372 | 340 | 340 | 0 | 12 | 12 | 2 | 0 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11100000 | 0 | 1010 | 1010 | 10 | 0 | 1001000 | 1011101 |
Color Harmonies of #FAE0E0
Complementary color
Monochromatic Colors of #FAE0E0
Black with #FAE0E0
Text Example
Text Example
White with #FAE0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0E0; }
p { color: rgb(250,224,224); }
H1.HeaderClassName
{
color: #FAE0E0;
}
.AnyTagClassName
{
color: #FAE0E0;
}
</style>
background-color css
<style>
a { background-color: #FAE0E0; }
a { background-color: rgb(250,224,224); }
div.DivClassName
{
background-color: #FAE0E0;
}
.BgClassName
{
background-color: #FAE0E0;
}
</style>
border-color css
<style>
span { border-color: #FAE0E0; }
span { border-color: rgb(250,224,224); }
td.TdClassName
{
border-color: #FAE0E0;
}
.TagClassName
{
border-color: #FAE0E0;
}
</style>