Shades of Tutu #F6DEDE
Tints of Tutu #F6DEDE
RGB
CMYK
RGB Variations
Color information
#F6DEDE (or 0xF6DEDE) is known color: Tutu. HEX triplet: F6, DE and DE. RGB value is (246,222,222). Sum of RGB (Red+Green+Blue) = 246+222+222=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEDE is #092121. Grayscale: #E5E5E5. Windows color (decimal): -598306 or 14606070. OLE color: 14606070.
HSL color Cylindrical-coordinate representation of color #F6DEDE: hue angle of 0º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DEDE is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 222 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.04 |
| HSL | 0º | 0.57% | 0.92% | - |
| HSV(B) | 0º | 0.1% | 0.96% | - |
| XYZ | 77.31 | 77.11 | 79.92 | - |
| YUV | 229.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 222 | 0 | 0.10 | 0.10 | 0.04 | 0 | 0.57 | 0.92 |
| Hex | F6 | DE | DE | 0 | A | A | 4 | 0 | 39 | 5C |
| Octal | 366 | 336 | 336 | 0 | 12 | 12 | 4 | 0 | 71 | 134 |
| Binary | 11110110 | 11011110 | 11011110 | 0 | 1010 | 1010 | 100 | 0 | 111001 | 1011100 |
Color Harmonies of #F6DEDE
Complementary color
Monochromatic Colors of #F6DEDE
Black with #F6DEDE
Text Example
Text Example
White with #F6DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEDE; }
p { color: rgb(246,222,222); }
H1.HeaderClassName
{
color: #F6DEDE;
}
.AnyTagClassName
{
color: #F6DEDE;
}
</style>
background-color css
<style>
a { background-color: #F6DEDE; }
a { background-color: rgb(246,222,222); }
div.DivClassName
{
background-color: #F6DEDE;
}
.BgClassName
{
background-color: #F6DEDE;
}
</style>
border-color css
<style>
span { border-color: #F6DEDE; }
span { border-color: rgb(246,222,222); }
td.TdClassName
{
border-color: #F6DEDE;
}
.TagClassName
{
border-color: #F6DEDE;
}
</style>