Shades of Tuft Bush #F6D1BD
Tints of Tuft Bush #F6D1BD
RGB
CMYK
RGB Variations
Color information
#F6D1BD (or 0xF6D1BD) is known color: Tuft Bush. HEX triplet: F6, D1 and BD. RGB value is (246,209,189). Sum of RGB (Red+Green+Blue) = 246+209+189=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1BD is #092E42. Grayscale: #D9D9D9. Windows color (decimal): -601667 or 12440054. OLE color: 12440054.
HSL color Cylindrical-coordinate representation of color #F6D1BD: hue angle of 21.05º 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 #F6D1BD is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 189 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.04 |
| HSL | 21.05º | 0.76% | 0.85% | - |
| HSV(B) | 21.05º | 0.23% | 0.96% | - |
| XYZ | 69.99 | 68.87 | 57.75 | - |
| YUV | 217.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 189 | 0 | 0.15 | 0.23 | 0.04 | 21.05 | 0.76 | 0.85 |
| Hex | F6 | D1 | BD | 0 | F | 17 | 4 | 15 | 4C | 55 |
| Octal | 366 | 321 | 275 | 0 | 17 | 27 | 4 | 25 | 114 | 125 |
| Binary | 11110110 | 11010001 | 10111101 | 0 | 1111 | 10111 | 100 | 10101 | 1001100 | 1010101 |
Color Harmonies of #F6D1BD
Complementary color
Monochromatic Colors of #F6D1BD
Black with #F6D1BD
Text Example
Text Example
White with #F6D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1BD; }
p { color: rgb(246,209,189); }
H1.HeaderClassName
{
color: #F6D1BD;
}
.AnyTagClassName
{
color: #F6D1BD;
}
</style>
background-color css
<style>
a { background-color: #F6D1BD; }
a { background-color: rgb(246,209,189); }
div.DivClassName
{
background-color: #F6D1BD;
}
.BgClassName
{
background-color: #F6D1BD;
}
</style>
border-color css
<style>
span { border-color: #F6D1BD; }
span { border-color: rgb(246,209,189); }
td.TdClassName
{
border-color: #F6D1BD;
}
.TagClassName
{
border-color: #F6D1BD;
}
</style>