Shades of Sundown #F6B0AB
Tints of Sundown #F6B0AB
RGB
CMYK
RGB Variations
Color information
#F6B0AB (or 0xF6B0AB) is known color: Sundown. HEX triplet: F6, B0 and AB. RGB value is (246,176,171). Sum of RGB (Red+Green+Blue) = 246+176+171=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B0AB is #094F54. Grayscale: #C4C4C4. Windows color (decimal): -610133 or 11251958. OLE color: 11251958.
HSL color Cylindrical-coordinate representation of color #F6B0AB: hue angle of 4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6B0AB is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 171 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.04 |
| HSL | 4º | 0.81% | 0.82% | - |
| HSV(B) | 4º | 0.3% | 0.96% | - |
| XYZ | 60.88 | 53.58 | 45.66 | - |
| YUV | 196.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 171 | 0 | 0.28 | 0.30 | 0.04 | 4 | 0.81 | 0.82 |
| Hex | F6 | B0 | AB | 0 | 1C | 1E | 4 | 4 | 51 | 52 |
| Octal | 366 | 260 | 253 | 0 | 34 | 36 | 4 | 4 | 121 | 122 |
| Binary | 11110110 | 10110000 | 10101011 | 0 | 11100 | 11110 | 100 | 100 | 1010001 | 1010010 |
Color Harmonies of #F6B0AB
Complementary color
Monochromatic Colors of #F6B0AB
Black with #F6B0AB
Text Example
Text Example
White with #F6B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B0AB; }
p { color: rgb(246,176,171); }
H1.HeaderClassName
{
color: #F6B0AB;
}
.AnyTagClassName
{
color: #F6B0AB;
}
</style>
background-color css
<style>
a { background-color: #F6B0AB; }
a { background-color: rgb(246,176,171); }
div.DivClassName
{
background-color: #F6B0AB;
}
.BgClassName
{
background-color: #F6B0AB;
}
</style>
border-color css
<style>
span { border-color: #F6B0AB; }
span { border-color: rgb(246,176,171); }
td.TdClassName
{
border-color: #F6B0AB;
}
.TagClassName
{
border-color: #F6B0AB;
}
</style>