Shades of Tutu #F6DFDF
Tints of Tutu #F6DFDF
RGB
CMYK
RGB Variations
Color information
#F6DFDF (or 0xF6DFDF) is known color: Tutu. HEX triplet: F6, DF and DF. RGB value is (246,223,223). Sum of RGB (Red+Green+Blue) = 246+223+223=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFDF is #092020. Grayscale: #E5E5E5. Windows color (decimal): -598049 or 14671862. OLE color: 14671862.
HSL color Cylindrical-coordinate representation of color #F6DFDF: hue angle of 0º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6DFDF is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 223 | 223 | - |
CMYK | 0 | 0.09 | 0.09 | 0.04 |
HSL | 0º | 0.56% | 0.92% | - |
HSV(B) | 0º | 0.09% | 0.96% | - |
XYZ | 77.71 | 77.7 | 80.71 | - |
YUV | 229.88 | 124.12 | 139.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 223 | 223 | 0 | 0.09 | 0.09 | 0.04 | 0 | 0.56 | 0.92 |
Hex | F6 | DF | DF | 0 | 9 | 9 | 4 | 0 | 38 | 5C |
Octal | 366 | 337 | 337 | 0 | 11 | 11 | 4 | 0 | 70 | 134 |
Binary | 11110110 | 11011111 | 11011111 | 0 | 1001 | 1001 | 100 | 0 | 111000 | 1011100 |
Color Harmonies of #F6DFDF
Complementary color
Monochromatic Colors of #F6DFDF
Black with #F6DFDF
Text Example
Text Example
White with #F6DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFDF; }
p { color: rgb(246,223,223); }
H1.HeaderClassName
{
color: #F6DFDF;
}
.AnyTagClassName
{
color: #F6DFDF;
}
</style>
background-color css
<style>
a { background-color: #F6DFDF; }
a { background-color: rgb(246,223,223); }
div.DivClassName
{
background-color: #F6DFDF;
}
.BgClassName
{
background-color: #F6DFDF;
}
</style>
border-color css
<style>
span { border-color: #F6DFDF; }
span { border-color: rgb(246,223,223); }
td.TdClassName
{
border-color: #F6DFDF;
}
.TagClassName
{
border-color: #F6DFDF;
}
</style>