Shades of Tutu #FDE7E6
Tints of Tutu #FDE7E6
RGB
CMYK
RGB Variations
Color information
#FDE7E6 (or 0xFDE7E6) is known color: Tutu. HEX triplet: FD, E7 and E6. RGB value is (253,231,230). Sum of RGB (Red+Green+Blue) = 253+231+230=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 230 (90.23% from 255 or 32.21% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7E6 is #021819. Grayscale: #EDEDED. Windows color (decimal): -137242 or 15132669. OLE color: 15132669.
HSL color Cylindrical-coordinate representation of color #FDE7E6: hue angle of 2.61º 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 #FDE7E6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 230 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.01 |
| HSL | 2.61º | 0.85% | 0.95% | - |
| HSV(B) | 2.61º | 0.09% | 0.99% | - |
| XYZ | 83.37 | 83.75 | 86.63 | - |
| YUV | 237.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 230 | 0 | 0.09 | 0.09 | 0.01 | 2.61 | 0.85 | 0.95 |
| Hex | FD | E7 | E6 | 0 | 9 | 9 | 1 | 3 | 55 | 5F |
| Octal | 375 | 347 | 346 | 0 | 11 | 11 | 1 | 3 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11100110 | 0 | 1001 | 1001 | 1 | 11 | 1010101 | 1011111 |
Color Harmonies of #FDE7E6
Complementary color
Monochromatic Colors of #FDE7E6
Black with #FDE7E6
Text Example
Text Example
White with #FDE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7E6; }
p { color: rgb(253,231,230); }
H1.HeaderClassName
{
color: #FDE7E6;
}
.AnyTagClassName
{
color: #FDE7E6;
}
</style>
background-color css
<style>
a { background-color: #FDE7E6; }
a { background-color: rgb(253,231,230); }
div.DivClassName
{
background-color: #FDE7E6;
}
.BgClassName
{
background-color: #FDE7E6;
}
</style>
border-color css
<style>
span { border-color: #FDE7E6; }
span { border-color: rgb(253,231,230); }
td.TdClassName
{
border-color: #FDE7E6;
}
.TagClassName
{
border-color: #FDE7E6;
}
</style>