Shades of Tutu #FDDDDD
Tints of Tutu #FDDDDD
RGB
CMYK
RGB Variations
Color information
#FDDDDD (or 0xFDDDDD) is known color: Tutu. HEX triplet: FD, DD and DD. RGB value is (253,221,221). Sum of RGB (Red+Green+Blue) = 253+221+221=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDDD is #022222. Grayscale: #E6E6E6. Windows color (decimal): -139811 or 14540285. OLE color: 14540285.
HSL color Cylindrical-coordinate representation of color #FDDDDD: 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 #FDDDDD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 221 | - |
CMYK | 0 | 0.13 | 0.13 | 0.01 |
HSL | 0º | 0.89% | 0.93% | - |
HSV(B) | 0º | 0.13% | 0.99% | - |
XYZ | 79.42 | 77.82 | 79.24 | - |
YUV | 230.57 | 122.6 | 144 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 221 | 0 | 0.13 | 0.13 | 0.01 | 0 | 0.89 | 0.93 |
Hex | FD | DD | DD | 0 | D | D | 1 | 0 | 59 | 5D |
Octal | 375 | 335 | 335 | 0 | 15 | 15 | 1 | 0 | 131 | 135 |
Binary | 11111101 | 11011101 | 11011101 | 0 | 1101 | 1101 | 1 | 0 | 1011001 | 1011101 |
Color Harmonies of #FDDDDD
Complementary color
Monochromatic Colors of #FDDDDD
Black with #FDDDDD
Text Example
Text Example
White with #FDDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDDD; }
p { color: rgb(253,221,221); }
H1.HeaderClassName
{
color: #FDDDDD;
}
.AnyTagClassName
{
color: #FDDDDD;
}
</style>
background-color css
<style>
a { background-color: #FDDDDD; }
a { background-color: rgb(253,221,221); }
div.DivClassName
{
background-color: #FDDDDD;
}
.BgClassName
{
background-color: #FDDDDD;
}
</style>
border-color css
<style>
span { border-color: #FDDDDD; }
span { border-color: rgb(253,221,221); }
td.TdClassName
{
border-color: #FDDDDD;
}
.TagClassName
{
border-color: #FDDDDD;
}
</style>