Shades of Tuft Bush #F6D0BD
Tints of Tuft Bush #F6D0BD
RGB
CMYK
RGB Variations
Color information
#F6D0BD (or 0xF6D0BD) is known color: Tuft Bush. HEX triplet: F6, D0 and BD. RGB value is (246,208,189). Sum of RGB (Red+Green+Blue) = 246+208+189=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0BD is #092F42. Grayscale: #D9D9D9. Windows color (decimal): -601923 or 12439798. OLE color: 12439798.
HSL color Cylindrical-coordinate representation of color #F6D0BD: hue angle of 20º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6D0BD is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 189 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.04 |
| HSL | 20º | 0.76% | 0.85% | - |
| HSV(B) | 20º | 0.23% | 0.96% | - |
| XYZ | 69.75 | 68.38 | 57.67 | - |
| YUV | 217.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 189 | 0 | 0.15 | 0.23 | 0.04 | 20 | 0.76 | 0.85 |
| Hex | F6 | D0 | BD | 0 | F | 17 | 4 | 14 | 4C | 55 |
| Octal | 366 | 320 | 275 | 0 | 17 | 27 | 4 | 24 | 114 | 125 |
| Binary | 11110110 | 11010000 | 10111101 | 0 | 1111 | 10111 | 100 | 10100 | 1001100 | 1010101 |
Color Harmonies of #F6D0BD
Complementary color
Monochromatic Colors of #F6D0BD
Black with #F6D0BD
Text Example
Text Example
White with #F6D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0BD; }
p { color: rgb(246,208,189); }
H1.HeaderClassName
{
color: #F6D0BD;
}
.AnyTagClassName
{
color: #F6D0BD;
}
</style>
background-color css
<style>
a { background-color: #F6D0BD; }
a { background-color: rgb(246,208,189); }
div.DivClassName
{
background-color: #F6D0BD;
}
.BgClassName
{
background-color: #F6D0BD;
}
</style>
border-color css
<style>
span { border-color: #F6D0BD; }
span { border-color: rgb(246,208,189); }
td.TdClassName
{
border-color: #F6D0BD;
}
.TagClassName
{
border-color: #F6D0BD;
}
</style>