Shades of Tutu #FAE5E5
Tints of Tutu #FAE5E5
RGB
CMYK
RGB Variations
Color information
#FAE5E5 (or 0xFAE5E5) is known color: Tutu. HEX triplet: FA, E5 and E5. RGB value is (250,229,229). Sum of RGB (Red+Green+Blue) = 250+229+229=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 229 (89.84% from 255 or 32.34% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5E5 is #051A1A. Grayscale: #EBEBEB. Windows color (decimal): -334363 or 15066618. OLE color: 15066618.
HSL color Cylindrical-coordinate representation of color #FAE5E5: hue angle of 0º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE5E5 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 229 | 229 | - |
CMYK | 0 | 0.08 | 0.08 | 0.02 |
HSL | 0º | 0.68% | 0.94% | - |
HSV(B) | 0º | 0.08% | 0.98% | - |
XYZ | 81.59 | 82.02 | 85.66 | - |
YUV | 235.28 | 124.46 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 229 | 229 | 0 | 0.08 | 0.08 | 0.02 | 0 | 0.68 | 0.94 |
Hex | FA | E5 | E5 | 0 | 8 | 8 | 2 | 0 | 44 | 5E |
Octal | 372 | 345 | 345 | 0 | 10 | 10 | 2 | 0 | 104 | 136 |
Binary | 11111010 | 11100101 | 11100101 | 0 | 1000 | 1000 | 10 | 0 | 1000100 | 1011110 |
Color Harmonies of #FAE5E5
Complementary color
Monochromatic Colors of #FAE5E5
Black with #FAE5E5
Text Example
Text Example
White with #FAE5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5E5; }
p { color: rgb(250,229,229); }
H1.HeaderClassName
{
color: #FAE5E5;
}
.AnyTagClassName
{
color: #FAE5E5;
}
</style>
background-color css
<style>
a { background-color: #FAE5E5; }
a { background-color: rgb(250,229,229); }
div.DivClassName
{
background-color: #FAE5E5;
}
.BgClassName
{
background-color: #FAE5E5;
}
</style>
border-color css
<style>
span { border-color: #FAE5E5; }
span { border-color: rgb(250,229,229); }
td.TdClassName
{
border-color: #FAE5E5;
}
.TagClassName
{
border-color: #FAE5E5;
}
</style>