Shades of Tutu #FDE1E0
Tints of Tutu #FDE1E0
RGB
CMYK
RGB Variations
Color information
#FDE1E0 (or 0xFDE1E0) is known color: Tutu. HEX triplet: FD, E1 and E0. RGB value is (253,225,224). Sum of RGB (Red+Green+Blue) = 253+225+224=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 224 (87.89% from 255 or 31.91% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1E0 is #021E1F. Grayscale: #E9E9E9. Windows color (decimal): -138784 or 14737917. OLE color: 14737917.
HSL color Cylindrical-coordinate representation of color #FDE1E0: hue angle of 2.07º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1E0 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 224 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.01 |
| HSL | 2.07º | 0.88% | 0.94% | - |
| HSV(B) | 2.07º | 0.11% | 0.99% | - |
| XYZ | 80.89 | 80.11 | 81.72 | - |
| YUV | 233.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 224 | 0 | 0.11 | 0.11 | 0.01 | 2.07 | 0.88 | 0.94 |
| Hex | FD | E1 | E0 | 0 | B | B | 1 | 2 | 58 | 5E |
| Octal | 375 | 341 | 340 | 0 | 13 | 13 | 1 | 2 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11100000 | 0 | 1011 | 1011 | 1 | 10 | 1011000 | 1011110 |
Color Harmonies of #FDE1E0
Complementary color
Monochromatic Colors of #FDE1E0
Black with #FDE1E0
Text Example
Text Example
White with #FDE1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1E0; }
p { color: rgb(253,225,224); }
H1.HeaderClassName
{
color: #FDE1E0;
}
.AnyTagClassName
{
color: #FDE1E0;
}
</style>
background-color css
<style>
a { background-color: #FDE1E0; }
a { background-color: rgb(253,225,224); }
div.DivClassName
{
background-color: #FDE1E0;
}
.BgClassName
{
background-color: #FDE1E0;
}
</style>
border-color css
<style>
span { border-color: #FDE1E0; }
span { border-color: rgb(253,225,224); }
td.TdClassName
{
border-color: #FDE1E0;
}
.TagClassName
{
border-color: #FDE1E0;
}
</style>