Shades of Tutu #F9DFDF
Tints of Tutu #F9DFDF
RGB
CMYK
RGB Variations
Color information
#F9DFDF (or 0xF9DFDF) is known color: Tutu. HEX triplet: F9, DF and DF. RGB value is (249,223,223). Sum of RGB (Red+Green+Blue) = 249+223+223=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFDF is #062020. Grayscale: #E6E6E6. Windows color (decimal): -401441 or 14671865. OLE color: 14671865.
HSL color Cylindrical-coordinate representation of color #F9DFDF: hue angle of 0º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFDF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 223 | 223 | - |
CMYK | 0 | 0.10 | 0.10 | 0.02 |
HSL | 0º | 0.68% | 0.93% | - |
HSV(B) | 0º | 0.1% | 0.98% | - |
XYZ | 78.77 | 78.24 | 80.76 | - |
YUV | 230.77 | 123.61 | 141 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 223 | 223 | 0 | 0.10 | 0.10 | 0.02 | 0 | 0.68 | 0.93 |
Hex | F9 | DF | DF | 0 | A | A | 2 | 0 | 44 | 5D |
Octal | 371 | 337 | 337 | 0 | 12 | 12 | 2 | 0 | 104 | 135 |
Binary | 11111001 | 11011111 | 11011111 | 0 | 1010 | 1010 | 10 | 0 | 1000100 | 1011101 |
Color Harmonies of #F9DFDF
Complementary color
Monochromatic Colors of #F9DFDF
Black with #F9DFDF
Text Example
Text Example
White with #F9DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFDF; }
p { color: rgb(249,223,223); }
H1.HeaderClassName
{
color: #F9DFDF;
}
.AnyTagClassName
{
color: #F9DFDF;
}
</style>
background-color css
<style>
a { background-color: #F9DFDF; }
a { background-color: rgb(249,223,223); }
div.DivClassName
{
background-color: #F9DFDF;
}
.BgClassName
{
background-color: #F9DFDF;
}
</style>
border-color css
<style>
span { border-color: #F9DFDF; }
span { border-color: rgb(249,223,223); }
td.TdClassName
{
border-color: #F9DFDF;
}
.TagClassName
{
border-color: #F9DFDF;
}
</style>