Shades of Tutu #FAEAE8
Tints of Tutu #FAEAE8
RGB
CMYK
RGB Variations
Color information
#FAEAE8 (or 0xFAEAE8) is known color: Tutu. HEX triplet: FA, EA and E8. RGB value is (250,234,232). Sum of RGB (Red+Green+Blue) = 250+234+232=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 232 (91.02% from 255 or 32.40% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAE8 is #051517. Grayscale: #EEEEEE. Windows color (decimal): -333080 or 15264506. OLE color: 15264506.
HSL color Cylindrical-coordinate representation of color #FAEAE8: hue angle of 6.67º degrees, saturation: 0.64, 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 #FAEAE8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 232 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.02 |
| HSL | 6.67º | 0.64% | 0.95% | - |
| HSV(B) | 6.67º | 0.07% | 0.98% | - |
| XYZ | 83.41 | 85 | 88.35 | - |
| YUV | 238.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 232 | 0 | 0.06 | 0.07 | 0.02 | 6.67 | 0.64 | 0.95 |
| Hex | FA | EA | E8 | 0 | 6 | 7 | 2 | 7 | 40 | 5F |
| Octal | 372 | 352 | 350 | 0 | 6 | 7 | 2 | 7 | 100 | 137 |
| Binary | 11111010 | 11101010 | 11101000 | 0 | 110 | 111 | 10 | 111 | 1000000 | 1011111 |
Color Harmonies of #FAEAE8
Complementary color
Monochromatic Colors of #FAEAE8
Black with #FAEAE8
Text Example
Text Example
White with #FAEAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAE8; }
p { color: rgb(250,234,232); }
H1.HeaderClassName
{
color: #FAEAE8;
}
.AnyTagClassName
{
color: #FAEAE8;
}
</style>
background-color css
<style>
a { background-color: #FAEAE8; }
a { background-color: rgb(250,234,232); }
div.DivClassName
{
background-color: #FAEAE8;
}
.BgClassName
{
background-color: #FAEAE8;
}
</style>
border-color css
<style>
span { border-color: #FAEAE8; }
span { border-color: rgb(250,234,232); }
td.TdClassName
{
border-color: #FAEAE8;
}
.TagClassName
{
border-color: #FAEAE8;
}
</style>