Shades of Tutu #FDDFDF
Tints of Tutu #FDDFDF
RGB
CMYK
RGB Variations
Color information
#FDDFDF (or 0xFDDFDF) is known color: Tutu. HEX triplet: FD, DF and DF. RGB value is (253,223,223). Sum of RGB (Red+Green+Blue) = 253+223+223=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFDF is #022020. Grayscale: #E7E7E7. Windows color (decimal): -139297 or 14671869. OLE color: 14671869.
HSL color Cylindrical-coordinate representation of color #FDDFDF: hue angle of 0º degrees, saturation: 0.88, 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 #FDDFDF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 223 | - |
CMYK | 0 | 0.12 | 0.12 | 0.01 |
HSL | 0º | 0.88% | 0.93% | - |
HSV(B) | 0º | 0.12% | 0.99% | - |
XYZ | 80.21 | 78.99 | 80.83 | - |
YUV | 231.97 | 122.94 | 143 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 223 | 0 | 0.12 | 0.12 | 0.01 | 0 | 0.88 | 0.93 |
Hex | FD | DF | DF | 0 | C | C | 1 | 0 | 58 | 5D |
Octal | 375 | 337 | 337 | 0 | 14 | 14 | 1 | 0 | 130 | 135 |
Binary | 11111101 | 11011111 | 11011111 | 0 | 1100 | 1100 | 1 | 0 | 1011000 | 1011101 |
Color Harmonies of #FDDFDF
Complementary color
Monochromatic Colors of #FDDFDF
Black with #FDDFDF
Text Example
Text Example
White with #FDDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFDF; }
p { color: rgb(253,223,223); }
H1.HeaderClassName
{
color: #FDDFDF;
}
.AnyTagClassName
{
color: #FDDFDF;
}
</style>
background-color css
<style>
a { background-color: #FDDFDF; }
a { background-color: rgb(253,223,223); }
div.DivClassName
{
background-color: #FDDFDF;
}
.BgClassName
{
background-color: #FDDFDF;
}
</style>
border-color css
<style>
span { border-color: #FDDFDF; }
span { border-color: rgb(253,223,223); }
td.TdClassName
{
border-color: #FDDFDF;
}
.TagClassName
{
border-color: #FDDFDF;
}
</style>