Shades of Sundown #F9ABA7
Tints of Sundown #F9ABA7
RGB
CMYK
RGB Variations
Color information
#F9ABA7 (or 0xF9ABA7) is known color: Sundown. HEX triplet: F9, AB and A7. RGB value is (249,171,167). Sum of RGB (Red+Green+Blue) = 249+171+167=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ABA7 is #065458. Grayscale: #C1C1C1. Windows color (decimal): -414809 or 10988537. OLE color: 10988537.
HSL color Cylindrical-coordinate representation of color #F9ABA7: hue angle of 2.93º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9ABA7 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 171 | 167 | - |
CMYK | 0 | 0.31 | 0.33 | 0.02 |
HSL | 2.93º | 0.87% | 0.82% | - |
HSV(B) | 2.93º | 0.33% | 0.98% | - |
XYZ | 60.6 | 52.06 | 43.41 | - |
YUV | 193.87 | 112.84 | 167.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 171 | 167 | 0 | 0.31 | 0.33 | 0.02 | 2.93 | 0.87 | 0.82 |
Hex | F9 | AB | A7 | 0 | 1F | 21 | 2 | 3 | 57 | 52 |
Octal | 371 | 253 | 247 | 0 | 37 | 41 | 2 | 3 | 127 | 122 |
Binary | 11111001 | 10101011 | 10100111 | 0 | 11111 | 100001 | 10 | 11 | 1010111 | 1010010 |
Color Harmonies of #F9ABA7
Complementary color
Monochromatic Colors of #F9ABA7
Black with #F9ABA7
Text Example
Text Example
White with #F9ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ABA7; }
p { color: rgb(249,171,167); }
H1.HeaderClassName
{
color: #F9ABA7;
}
.AnyTagClassName
{
color: #F9ABA7;
}
</style>
background-color css
<style>
a { background-color: #F9ABA7; }
a { background-color: rgb(249,171,167); }
div.DivClassName
{
background-color: #F9ABA7;
}
.BgClassName
{
background-color: #F9ABA7;
}
</style>
border-color css
<style>
span { border-color: #F9ABA7; }
span { border-color: rgb(249,171,167); }
td.TdClassName
{
border-color: #F9ABA7;
}
.TagClassName
{
border-color: #F9ABA7;
}
</style>