Shades of Sundown #F6B4AA
Tints of Sundown #F6B4AA
RGB
CMYK
RGB Variations
Color information
#F6B4AA (or 0xF6B4AA) is known color: Sundown. HEX triplet: F6, B4 and AA. RGB value is (246,180,170). Sum of RGB (Red+Green+Blue) = 246+180+170=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B4AA is #094B55. Grayscale: #C6C6C6. Windows color (decimal): -609110 or 11187446. OLE color: 11187446.
HSL color Cylindrical-coordinate representation of color #F6B4AA: hue angle of 7.89º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6B4AA is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 170 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.04 |
| HSL | 7.89º | 0.81% | 0.82% | - |
| HSV(B) | 7.89º | 0.31% | 0.96% | - |
| XYZ | 61.58 | 55.14 | 45.43 | - |
| YUV | 198.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 170 | 0 | 0.27 | 0.31 | 0.04 | 7.89 | 0.81 | 0.82 |
| Hex | F6 | B4 | AA | 0 | 1B | 1F | 4 | 8 | 51 | 52 |
| Octal | 366 | 264 | 252 | 0 | 33 | 37 | 4 | 10 | 121 | 122 |
| Binary | 11110110 | 10110100 | 10101010 | 0 | 11011 | 11111 | 100 | 1000 | 1010001 | 1010010 |
Color Harmonies of #F6B4AA
Complementary color
Monochromatic Colors of #F6B4AA
Black with #F6B4AA
Text Example
Text Example
White with #F6B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4AA; }
p { color: rgb(246,180,170); }
H1.HeaderClassName
{
color: #F6B4AA;
}
.AnyTagClassName
{
color: #F6B4AA;
}
</style>
background-color css
<style>
a { background-color: #F6B4AA; }
a { background-color: rgb(246,180,170); }
div.DivClassName
{
background-color: #F6B4AA;
}
.BgClassName
{
background-color: #F6B4AA;
}
</style>
border-color css
<style>
span { border-color: #F6B4AA; }
span { border-color: rgb(246,180,170); }
td.TdClassName
{
border-color: #F6B4AA;
}
.TagClassName
{
border-color: #F6B4AA;
}
</style>