Shades of Tutu #FAE8E6
Tints of Tutu #FAE8E6
RGB
CMYK
RGB Variations
Color information
#FAE8E6 (or 0xFAE8E6) is known color: Tutu. HEX triplet: FA, E8 and E6. RGB value is (250,232,230). Sum of RGB (Red+Green+Blue) = 250+232+230=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 232 (91.02% from 255 or 32.58% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8E6 is #051719. Grayscale: #EDEDED. Windows color (decimal): -333594 or 15132922. OLE color: 15132922.
HSL color Cylindrical-coordinate representation of color #FAE8E6: hue angle of 6º degrees, saturation: 0.67, 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 #FAE8E6 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 230 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.02 |
| HSL | 6º | 0.67% | 0.94% | - |
| HSV(B) | 6º | 0.08% | 0.98% | - |
| XYZ | 82.56 | 83.75 | 86.68 | - |
| YUV | 237.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 230 | 0 | 0.07 | 0.08 | 0.02 | 6 | 0.67 | 0.94 |
| Hex | FA | E8 | E6 | 0 | 7 | 8 | 2 | 6 | 43 | 5E |
| Octal | 372 | 350 | 346 | 0 | 7 | 10 | 2 | 6 | 103 | 136 |
| Binary | 11111010 | 11101000 | 11100110 | 0 | 111 | 1000 | 10 | 110 | 1000011 | 1011110 |
Color Harmonies of #FAE8E6
Complementary color
Monochromatic Colors of #FAE8E6
Black with #FAE8E6
Text Example
Text Example
White with #FAE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8E6; }
p { color: rgb(250,232,230); }
H1.HeaderClassName
{
color: #FAE8E6;
}
.AnyTagClassName
{
color: #FAE8E6;
}
</style>
background-color css
<style>
a { background-color: #FAE8E6; }
a { background-color: rgb(250,232,230); }
div.DivClassName
{
background-color: #FAE8E6;
}
.BgClassName
{
background-color: #FAE8E6;
}
</style>
border-color css
<style>
span { border-color: #FAE8E6; }
span { border-color: rgb(250,232,230); }
td.TdClassName
{
border-color: #FAE8E6;
}
.TagClassName
{
border-color: #FAE8E6;
}
</style>