Shades of Tutu #FDE4E4
Tints of Tutu #FDE4E4
RGB
CMYK
RGB Variations
Color information
#FDE4E4 (or 0xFDE4E4) is known color: Tutu. HEX triplet: FD, E4 and E4. RGB value is (253,228,228). Sum of RGB (Red+Green+Blue) = 253+228+228=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4E4 is #021B1B. Grayscale: #EBEBEB. Windows color (decimal): -138012 or 15000829. OLE color: 15000829.
HSL color Cylindrical-coordinate representation of color #FDE4E4: hue angle of 0º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE4E4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 228 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.01 |
| HSL | 0º | 0.86% | 0.94% | - |
| HSV(B) | 0º | 0.1% | 0.99% | - |
| XYZ | 82.26 | 81.97 | 84.89 | - |
| YUV | 235.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 228 | 0 | 0.10 | 0.10 | 0.01 | 0 | 0.86 | 0.94 |
| Hex | FD | E4 | E4 | 0 | A | A | 1 | 0 | 56 | 5E |
| Octal | 375 | 344 | 344 | 0 | 12 | 12 | 1 | 0 | 126 | 136 |
| Binary | 11111101 | 11100100 | 11100100 | 0 | 1010 | 1010 | 1 | 0 | 1010110 | 1011110 |
Color Harmonies of #FDE4E4
Complementary color
Monochromatic Colors of #FDE4E4
Black with #FDE4E4
Text Example
Text Example
White with #FDE4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4E4; }
p { color: rgb(253,228,228); }
H1.HeaderClassName
{
color: #FDE4E4;
}
.AnyTagClassName
{
color: #FDE4E4;
}
</style>
background-color css
<style>
a { background-color: #FDE4E4; }
a { background-color: rgb(253,228,228); }
div.DivClassName
{
background-color: #FDE4E4;
}
.BgClassName
{
background-color: #FDE4E4;
}
</style>
border-color css
<style>
span { border-color: #FDE4E4; }
span { border-color: rgb(253,228,228); }
td.TdClassName
{
border-color: #FDE4E4;
}
.TagClassName
{
border-color: #FDE4E4;
}
</style>