Shades of Tutu #FDE7E7
Tints of Tutu #FDE7E7
RGB
CMYK
RGB Variations
Color information
#FDE7E7 (or 0xFDE7E7) is known color: Tutu. HEX triplet: FD, E7 and E7. RGB value is (253,231,231). Sum of RGB (Red+Green+Blue) = 253+231+231=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 231 (90.62% from 255 or 32.31% from 715); Blue value is 231 (90.62% from 255 or 32.31% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7E7 is #021818. Grayscale: #EDEDED. Windows color (decimal): -137241 or 15198205. OLE color: 15198205.
HSL color Cylindrical-coordinate representation of color #FDE7E7: hue angle of 0º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE7E7 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 231 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.01 |
| HSL | 0º | 0.85% | 0.95% | - |
| HSV(B) | 0º | 0.09% | 0.99% | - |
| XYZ | 83.51 | 83.8 | 87.38 | - |
| YUV | 237.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 231 | 0 | 0.09 | 0.09 | 0.01 | 0 | 0.85 | 0.95 |
| Hex | FD | E7 | E7 | 0 | 9 | 9 | 1 | 0 | 55 | 5F |
| Octal | 375 | 347 | 347 | 0 | 11 | 11 | 1 | 0 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11100111 | 0 | 1001 | 1001 | 1 | 0 | 1010101 | 1011111 |
Color Harmonies of #FDE7E7
Complementary color
Monochromatic Colors of #FDE7E7
Black with #FDE7E7
Text Example
Text Example
White with #FDE7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7E7; }
p { color: rgb(253,231,231); }
H1.HeaderClassName
{
color: #FDE7E7;
}
.AnyTagClassName
{
color: #FDE7E7;
}
</style>
background-color css
<style>
a { background-color: #FDE7E7; }
a { background-color: rgb(253,231,231); }
div.DivClassName
{
background-color: #FDE7E7;
}
.BgClassName
{
background-color: #FDE7E7;
}
</style>
border-color css
<style>
span { border-color: #FDE7E7; }
span { border-color: rgb(253,231,231); }
td.TdClassName
{
border-color: #FDE7E7;
}
.TagClassName
{
border-color: #FDE7E7;
}
</style>