Shades of Tutu #FAE9E9
Tints of Tutu #FAE9E9
RGB
CMYK
RGB Variations
Color information
#FAE9E9 (or 0xFAE9E9) is known color: Tutu. HEX triplet: FA, E9 and E9. RGB value is (250,233,233). Sum of RGB (Red+Green+Blue) = 250+233+233=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9E9 is #051616. Grayscale: #EEEEEE. Windows color (decimal): -333335 or 15329786. OLE color: 15329786.
HSL color Cylindrical-coordinate representation of color #FAE9E9: hue angle of 0º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE9E9 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 233 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.02 |
| HSL | 0º | 0.63% | 0.95% | - |
| HSV(B) | 0º | 0.07% | 0.98% | - |
| XYZ | 83.27 | 84.49 | 89.01 | - |
| YUV | 238.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 233 | 0 | 0.07 | 0.07 | 0.02 | 0 | 0.63 | 0.95 |
| Hex | FA | E9 | E9 | 0 | 7 | 7 | 2 | 0 | 3F | 5F |
| Octal | 372 | 351 | 351 | 0 | 7 | 7 | 2 | 0 | 77 | 137 |
| Binary | 11111010 | 11101001 | 11101001 | 0 | 111 | 111 | 10 | 0 | 111111 | 1011111 |
Color Harmonies of #FAE9E9
Complementary color
Monochromatic Colors of #FAE9E9
Black with #FAE9E9
Text Example
Text Example
White with #FAE9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9E9; }
p { color: rgb(250,233,233); }
H1.HeaderClassName
{
color: #FAE9E9;
}
.AnyTagClassName
{
color: #FAE9E9;
}
</style>
background-color css
<style>
a { background-color: #FAE9E9; }
a { background-color: rgb(250,233,233); }
div.DivClassName
{
background-color: #FAE9E9;
}
.BgClassName
{
background-color: #FAE9E9;
}
</style>
border-color css
<style>
span { border-color: #FAE9E9; }
span { border-color: rgb(250,233,233); }
td.TdClassName
{
border-color: #FAE9E9;
}
.TagClassName
{
border-color: #FAE9E9;
}
</style>