Shades of Tutu #FDDCDC
Tints of Tutu #FDDCDC
RGB
CMYK
RGB Variations
Color information
#FDDCDC (or 0xFDDCDC) is known color: Tutu. HEX triplet: FD, DC and DC. RGB value is (253,220,220). Sum of RGB (Red+Green+Blue) = 253+220+220=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCDC is #022323. Grayscale: #E5E5E5. Windows color (decimal): -140068 or 14474493. OLE color: 14474493.
HSL color Cylindrical-coordinate representation of color #FDDCDC: 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.13%. Process color model (Four color, CMYK) of #FDDCDC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 220 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.01 |
| HSL | 0º | 0.89% | 0.93% | - |
| HSV(B) | 0º | 0.13% | 0.99% | - |
| XYZ | 79.02 | 77.24 | 78.45 | - |
| YUV | 229.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 220 | 0 | 0.13 | 0.13 | 0.01 | 0 | 0.89 | 0.93 |
| Hex | FD | DC | DC | 0 | D | D | 1 | 0 | 59 | 5D |
| Octal | 375 | 334 | 334 | 0 | 15 | 15 | 1 | 0 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11011100 | 0 | 1101 | 1101 | 1 | 0 | 1011001 | 1011101 |
Color Harmonies of #FDDCDC
Complementary color
Monochromatic Colors of #FDDCDC
Black with #FDDCDC
Text Example
Text Example
White with #FDDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCDC; }
p { color: rgb(253,220,220); }
H1.HeaderClassName
{
color: #FDDCDC;
}
.AnyTagClassName
{
color: #FDDCDC;
}
</style>
background-color css
<style>
a { background-color: #FDDCDC; }
a { background-color: rgb(253,220,220); }
div.DivClassName
{
background-color: #FDDCDC;
}
.BgClassName
{
background-color: #FDDCDC;
}
</style>
border-color css
<style>
span { border-color: #FDDCDC; }
span { border-color: rgb(253,220,220); }
td.TdClassName
{
border-color: #FDDCDC;
}
.TagClassName
{
border-color: #FDDCDC;
}
</style>