Shades of Tutu #FAE1DF
Tints of Tutu #FAE1DF
RGB
CMYK
RGB Variations
Color information
#FAE1DF (or 0xFAE1DF) is known color: Tutu. HEX triplet: FA, E1 and DF. RGB value is (250,225,223). Sum of RGB (Red+Green+Blue) = 250+225+223=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1DF is #051E20. Grayscale: #E8E8E8. Windows color (decimal): -335393 or 14672378. OLE color: 14672378.
HSL color Cylindrical-coordinate representation of color #FAE1DF: hue angle of 4.44º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE1DF is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 223 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 4.44º | 0.73% | 0.93% | - |
| HSV(B) | 4.44º | 0.11% | 0.98% | - |
| XYZ | 79.67 | 79.5 | 80.96 | - |
| YUV | 232.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 223 | 0 | 0.10 | 0.11 | 0.02 | 4.44 | 0.73 | 0.93 |
| Hex | FA | E1 | DF | 0 | A | B | 2 | 4 | 49 | 5D |
| Octal | 372 | 341 | 337 | 0 | 12 | 13 | 2 | 4 | 111 | 135 |
| Binary | 11111010 | 11100001 | 11011111 | 0 | 1010 | 1011 | 10 | 100 | 1001001 | 1011101 |
Color Harmonies of #FAE1DF
Complementary color
Monochromatic Colors of #FAE1DF
Black with #FAE1DF
Text Example
Text Example
White with #FAE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1DF; }
p { color: rgb(250,225,223); }
H1.HeaderClassName
{
color: #FAE1DF;
}
.AnyTagClassName
{
color: #FAE1DF;
}
</style>
background-color css
<style>
a { background-color: #FAE1DF; }
a { background-color: rgb(250,225,223); }
div.DivClassName
{
background-color: #FAE1DF;
}
.BgClassName
{
background-color: #FAE1DF;
}
</style>
border-color css
<style>
span { border-color: #FAE1DF; }
span { border-color: rgb(250,225,223); }
td.TdClassName
{
border-color: #FAE1DF;
}
.TagClassName
{
border-color: #FAE1DF;
}
</style>