Shades of Tutu #FDDBDB
Tints of Tutu #FDDBDB
RGB
CMYK
RGB Variations
Color information
#FDDBDB (or 0xFDDBDB) is known color: Tutu. HEX triplet: FD, DB and DB. RGB value is (253,219,219). Sum of RGB (Red+Green+Blue) = 253+219+219=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBDB is #022424. Grayscale: #E5E5E5. Windows color (decimal): -140325 or 14408701. OLE color: 14408701.
HSL color Cylindrical-coordinate representation of color #FDDBDB: 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 #FDDBDB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 219 | - |
CMYK | 0 | 0.13 | 0.13 | 0.01 |
HSL | 0º | 0.89% | 0.93% | - |
HSV(B) | 0º | 0.13% | 0.99% | - |
XYZ | 78.63 | 76.66 | 77.67 | - |
YUV | 229.17 | 122.26 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 219 | 0 | 0.13 | 0.13 | 0.01 | 0 | 0.89 | 0.93 |
Hex | FD | DB | DB | 0 | D | D | 1 | 0 | 59 | 5D |
Octal | 375 | 333 | 333 | 0 | 15 | 15 | 1 | 0 | 131 | 135 |
Binary | 11111101 | 11011011 | 11011011 | 0 | 1101 | 1101 | 1 | 0 | 1011001 | 1011101 |
Color Harmonies of #FDDBDB
Complementary color
Monochromatic Colors of #FDDBDB
Black with #FDDBDB
Text Example
Text Example
White with #FDDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBDB; }
p { color: rgb(253,219,219); }
H1.HeaderClassName
{
color: #FDDBDB;
}
.AnyTagClassName
{
color: #FDDBDB;
}
</style>
background-color css
<style>
a { background-color: #FDDBDB; }
a { background-color: rgb(253,219,219); }
div.DivClassName
{
background-color: #FDDBDB;
}
.BgClassName
{
background-color: #FDDBDB;
}
</style>
border-color css
<style>
span { border-color: #FDDBDB; }
span { border-color: rgb(253,219,219); }
td.TdClassName
{
border-color: #FDDBDB;
}
.TagClassName
{
border-color: #FDDBDB;
}
</style>