Shades of Tutu #FDEAE9
Tints of Tutu #FDEAE9
RGB
CMYK
RGB Variations
Color information
#FDEAE9 (or 0xFDEAE9) is known color: Tutu. HEX triplet: FD, EA and E9. RGB value is (253,234,233). Sum of RGB (Red+Green+Blue) = 253+234+233=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 233 (91.41% from 255 or 32.36% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAE9 is #021516. Grayscale: #EFEFEF. Windows color (decimal): -136471 or 15330045. OLE color: 15330045.
HSL color Cylindrical-coordinate representation of color #FDEAE9: hue angle of 3º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAE9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 233 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.01 |
| HSL | 3º | 0.83% | 0.95% | - |
| HSV(B) | 3º | 0.08% | 0.99% | - |
| XYZ | 84.64 | 85.61 | 89.15 | - |
| YUV | 239.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 233 | 0 | 0.08 | 0.08 | 0.01 | 3 | 0.83 | 0.95 |
| Hex | FD | EA | E9 | 0 | 8 | 8 | 1 | 3 | 53 | 5F |
| Octal | 375 | 352 | 351 | 0 | 10 | 10 | 1 | 3 | 123 | 137 |
| Binary | 11111101 | 11101010 | 11101001 | 0 | 1000 | 1000 | 1 | 11 | 1010011 | 1011111 |
Color Harmonies of #FDEAE9
Complementary color
Monochromatic Colors of #FDEAE9
Black with #FDEAE9
Text Example
Text Example
White with #FDEAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAE9; }
p { color: rgb(253,234,233); }
H1.HeaderClassName
{
color: #FDEAE9;
}
.AnyTagClassName
{
color: #FDEAE9;
}
</style>
background-color css
<style>
a { background-color: #FDEAE9; }
a { background-color: rgb(253,234,233); }
div.DivClassName
{
background-color: #FDEAE9;
}
.BgClassName
{
background-color: #FDEAE9;
}
</style>
border-color css
<style>
span { border-color: #FDEAE9; }
span { border-color: rgb(253,234,233); }
td.TdClassName
{
border-color: #FDEAE9;
}
.TagClassName
{
border-color: #FDEAE9;
}
</style>