Shades of Tutu #FAE3E2
Tints of Tutu #FAE3E2
RGB
CMYK
RGB Variations
Color information
#FAE3E2 (or 0xFAE3E2) is known color: Tutu. HEX triplet: FA, E3 and E2. RGB value is (250,227,226). Sum of RGB (Red+Green+Blue) = 250+227+226=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3E2 is #051C1D. Grayscale: #E9E9E9. Windows color (decimal): -334878 or 14869498. OLE color: 14869498.
HSL color Cylindrical-coordinate representation of color #FAE3E2: hue angle of 2.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE3E2 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 226 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.02 |
| HSL | 2.5º | 0.71% | 0.93% | - |
| HSV(B) | 2.5º | 0.1% | 0.98% | - |
| XYZ | 80.62 | 80.75 | 83.29 | - |
| YUV | 233.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 226 | 0 | 0.09 | 0.10 | 0.02 | 2.5 | 0.71 | 0.93 |
| Hex | FA | E3 | E2 | 0 | 9 | A | 2 | 2 | 47 | 5D |
| Octal | 372 | 343 | 342 | 0 | 11 | 12 | 2 | 2 | 107 | 135 |
| Binary | 11111010 | 11100011 | 11100010 | 0 | 1001 | 1010 | 10 | 10 | 1000111 | 1011101 |
Color Harmonies of #FAE3E2
Complementary color
Monochromatic Colors of #FAE3E2
Black with #FAE3E2
Text Example
Text Example
White with #FAE3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3E2; }
p { color: rgb(250,227,226); }
H1.HeaderClassName
{
color: #FAE3E2;
}
.AnyTagClassName
{
color: #FAE3E2;
}
</style>
background-color css
<style>
a { background-color: #FAE3E2; }
a { background-color: rgb(250,227,226); }
div.DivClassName
{
background-color: #FAE3E2;
}
.BgClassName
{
background-color: #FAE3E2;
}
</style>
border-color css
<style>
span { border-color: #FAE3E2; }
span { border-color: rgb(250,227,226); }
td.TdClassName
{
border-color: #FAE3E2;
}
.TagClassName
{
border-color: #FAE3E2;
}
</style>