Shades of Sundown #F9B4AA
Tints of Sundown #F9B4AA
RGB
CMYK
RGB Variations
Color information
#F9B4AA (or 0xF9B4AA) is known color: Sundown. HEX triplet: F9, B4 and AA. RGB value is (249,180,170). Sum of RGB (Red+Green+Blue) = 249+180+170=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B4AA is #064B55. Grayscale: #C7C7C7. Windows color (decimal): -412502 or 11187449. OLE color: 11187449.
HSL color Cylindrical-coordinate representation of color #F9B4AA: hue angle of 7.59º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9B4AA is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 170 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.02 |
| HSL | 7.59º | 0.87% | 0.82% | - |
| HSV(B) | 7.59º | 0.32% | 0.98% | - |
| XYZ | 62.64 | 55.68 | 45.48 | - |
| YUV | 199.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 170 | 0 | 0.28 | 0.32 | 0.02 | 7.59 | 0.87 | 0.82 |
| Hex | F9 | B4 | AA | 0 | 1C | 20 | 2 | 8 | 57 | 52 |
| Octal | 371 | 264 | 252 | 0 | 34 | 40 | 2 | 10 | 127 | 122 |
| Binary | 11111001 | 10110100 | 10101010 | 0 | 11100 | 100000 | 10 | 1000 | 1010111 | 1010010 |
Color Harmonies of #F9B4AA
Complementary color
Monochromatic Colors of #F9B4AA
Black with #F9B4AA
Text Example
Text Example
White with #F9B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B4AA; }
p { color: rgb(249,180,170); }
H1.HeaderClassName
{
color: #F9B4AA;
}
.AnyTagClassName
{
color: #F9B4AA;
}
</style>
background-color css
<style>
a { background-color: #F9B4AA; }
a { background-color: rgb(249,180,170); }
div.DivClassName
{
background-color: #F9B4AA;
}
.BgClassName
{
background-color: #F9B4AA;
}
</style>
border-color css
<style>
span { border-color: #F9B4AA; }
span { border-color: rgb(249,180,170); }
td.TdClassName
{
border-color: #F9B4AA;
}
.TagClassName
{
border-color: #F9B4AA;
}
</style>