Shades of Tutu #F8E0DE
Tints of Tutu #F8E0DE
RGB
CMYK
RGB Variations
Color information
#F8E0DE (or 0xF8E0DE) is known color: Tutu. HEX triplet: F8, E0 and DE. RGB value is (248,224,222). Sum of RGB (Red+Green+Blue) = 248+224+222=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0DE is #071F21. Grayscale: #E6E6E6. Windows color (decimal): -466722 or 14606584. OLE color: 14606584.
HSL color Cylindrical-coordinate representation of color #F8E0DE: hue angle of 4.62º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8E0DE is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 222 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.03 |
| HSL | 4.62º | 0.65% | 0.92% | - |
| HSV(B) | 4.62º | 0.1% | 0.97% | - |
| XYZ | 78.55 | 78.54 | 80.13 | - |
| YUV | 230.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 222 | 0 | 0.10 | 0.10 | 0.03 | 4.62 | 0.65 | 0.92 |
| Hex | F8 | E0 | DE | 0 | A | A | 3 | 5 | 41 | 5C |
| Octal | 370 | 340 | 336 | 0 | 12 | 12 | 3 | 5 | 101 | 134 |
| Binary | 11111000 | 11100000 | 11011110 | 0 | 1010 | 1010 | 11 | 101 | 1000001 | 1011100 |
Color Harmonies of #F8E0DE
Complementary color
Monochromatic Colors of #F8E0DE
Black with #F8E0DE
Text Example
Text Example
White with #F8E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E0DE; }
p { color: rgb(248,224,222); }
H1.HeaderClassName
{
color: #F8E0DE;
}
.AnyTagClassName
{
color: #F8E0DE;
}
</style>
background-color css
<style>
a { background-color: #F8E0DE; }
a { background-color: rgb(248,224,222); }
div.DivClassName
{
background-color: #F8E0DE;
}
.BgClassName
{
background-color: #F8E0DE;
}
</style>
border-color css
<style>
span { border-color: #F8E0DE; }
span { border-color: rgb(248,224,222); }
td.TdClassName
{
border-color: #F8E0DE;
}
.TagClassName
{
border-color: #F8E0DE;
}
</style>