Shades of Tutu #FDDEDE
Tints of Tutu #FDDEDE
RGB
CMYK
RGB Variations
Color information
#FDDEDE (or 0xFDDEDE) is known color: Tutu. HEX triplet: FD, DE and DE. RGB value is (253,222,222). Sum of RGB (Red+Green+Blue) = 253+222+222=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEDE is #022121. Grayscale: #E7E7E7. Windows color (decimal): -139554 or 14606077. OLE color: 14606077.
HSL color Cylindrical-coordinate representation of color #FDDEDE: hue angle of 0º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEDE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 222 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.01 |
| HSL | 0º | 0.89% | 0.93% | - |
| HSV(B) | 0º | 0.12% | 0.99% | - |
| XYZ | 79.81 | 78.4 | 80.03 | - |
| YUV | 231.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 222 | 0 | 0.12 | 0.12 | 0.01 | 0 | 0.89 | 0.93 |
| Hex | FD | DE | DE | 0 | C | C | 1 | 0 | 59 | 5D |
| Octal | 375 | 336 | 336 | 0 | 14 | 14 | 1 | 0 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11011110 | 0 | 1100 | 1100 | 1 | 0 | 1011001 | 1011101 |
Color Harmonies of #FDDEDE
Complementary color
Monochromatic Colors of #FDDEDE
Black with #FDDEDE
Text Example
Text Example
White with #FDDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEDE; }
p { color: rgb(253,222,222); }
H1.HeaderClassName
{
color: #FDDEDE;
}
.AnyTagClassName
{
color: #FDDEDE;
}
</style>
background-color css
<style>
a { background-color: #FDDEDE; }
a { background-color: rgb(253,222,222); }
div.DivClassName
{
background-color: #FDDEDE;
}
.BgClassName
{
background-color: #FDDEDE;
}
</style>
border-color css
<style>
span { border-color: #FDDEDE; }
span { border-color: rgb(253,222,222); }
td.TdClassName
{
border-color: #FDDEDE;
}
.TagClassName
{
border-color: #FDDEDE;
}
</style>