Shades of Tutu #FDE5E4
Tints of Tutu #FDE5E4
RGB
CMYK
RGB Variations
Color information
#FDE5E4 (or 0xFDE5E4) is known color: Tutu. HEX triplet: FD, E5 and E4. RGB value is (253,229,228). Sum of RGB (Red+Green+Blue) = 253+229+228=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 229 (89.84% from 255 or 32.25% from 710); Blue value is 228 (89.45% from 255 or 32.11% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5E4 is #021A1B. Grayscale: #ECECEC. Windows color (decimal): -137756 or 15001085. OLE color: 15001085.
HSL color Cylindrical-coordinate representation of color #FDE5E4: hue angle of 2.4º 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 #FDE5E4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 229 | 228 | - |
CMYK | 0 | 0.09 | 0.10 | 0.01 |
HSL | 2.4º | 0.86% | 0.94% | - |
HSV(B) | 2.4º | 0.1% | 0.99% | - |
XYZ | 82.53 | 82.52 | 84.98 | - |
YUV | 236.06 | 123.45 | 140.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 229 | 228 | 0 | 0.09 | 0.10 | 0.01 | 2.4 | 0.86 | 0.94 |
Hex | FD | E5 | E4 | 0 | 9 | A | 1 | 2 | 56 | 5E |
Octal | 375 | 345 | 344 | 0 | 11 | 12 | 1 | 2 | 126 | 136 |
Binary | 11111101 | 11100101 | 11100100 | 0 | 1001 | 1010 | 1 | 10 | 1010110 | 1011110 |
Color Harmonies of #FDE5E4
Complementary color
Monochromatic Colors of #FDE5E4
Black with #FDE5E4
Text Example
Text Example
White with #FDE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5E4; }
p { color: rgb(253,229,228); }
H1.HeaderClassName
{
color: #FDE5E4;
}
.AnyTagClassName
{
color: #FDE5E4;
}
</style>
background-color css
<style>
a { background-color: #FDE5E4; }
a { background-color: rgb(253,229,228); }
div.DivClassName
{
background-color: #FDE5E4;
}
.BgClassName
{
background-color: #FDE5E4;
}
</style>
border-color css
<style>
span { border-color: #FDE5E4; }
span { border-color: rgb(253,229,228); }
td.TdClassName
{
border-color: #FDE5E4;
}
.TagClassName
{
border-color: #FDE5E4;
}
</style>