Shades of Tutu #F6EDEC
Tints of Tutu #F6EDEC
RGB
CMYK
RGB Variations
Color information
#F6EDEC (or 0xF6EDEC) is known color: Tutu. HEX triplet: F6, ED and EC. RGB value is (246,237,236). Sum of RGB (Red+Green+Blue) = 246+237+236=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDEC is #091213. Grayscale: #EFEFEF. Windows color (decimal): -594452 or 15527414. OLE color: 15527414.
HSL color Cylindrical-coordinate representation of color #F6EDEC: hue angle of 6º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6EDEC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 237 | 236 | - |
CMYK | 0 | 0.04 | 0.04 | 0.04 |
HSL | 6º | 0.36% | 0.95% | - |
HSV(B) | 6º | 0.04% | 0.96% | - |
XYZ | 83.43 | 86.22 | 91.6 | - |
YUV | 239.58 | 125.98 | 132.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 237 | 236 | 0 | 0.04 | 0.04 | 0.04 | 6 | 0.36 | 0.95 |
Hex | F6 | ED | EC | 0 | 4 | 4 | 4 | 6 | 24 | 5F |
Octal | 366 | 355 | 354 | 0 | 4 | 4 | 4 | 6 | 44 | 137 |
Binary | 11110110 | 11101101 | 11101100 | 0 | 100 | 100 | 100 | 110 | 100100 | 1011111 |
Color Harmonies of #F6EDEC
Complementary color
Monochromatic Colors of #F6EDEC
Black with #F6EDEC
Text Example
Text Example
White with #F6EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDEC; }
p { color: rgb(246,237,236); }
H1.HeaderClassName
{
color: #F6EDEC;
}
.AnyTagClassName
{
color: #F6EDEC;
}
</style>
background-color css
<style>
a { background-color: #F6EDEC; }
a { background-color: rgb(246,237,236); }
div.DivClassName
{
background-color: #F6EDEC;
}
.BgClassName
{
background-color: #F6EDEC;
}
</style>
border-color css
<style>
span { border-color: #F6EDEC; }
span { border-color: rgb(246,237,236); }
td.TdClassName
{
border-color: #F6EDEC;
}
.TagClassName
{
border-color: #F6EDEC;
}
</style>