Shades of Sundown #F4B0AD
Tints of Sundown #F4B0AD
RGB
CMYK
RGB Variations
Color information
#F4B0AD (or 0xF4B0AD) is known color: Sundown. HEX triplet: F4, B0 and AD. RGB value is (244,176,173). Sum of RGB (Red+Green+Blue) = 244+176+173=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B0AD is #0B4F52. Grayscale: #C4C4C4. Windows color (decimal): -741203 or 11383028. OLE color: 11383028.
HSL color Cylindrical-coordinate representation of color #F4B0AD: hue angle of 2.54º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4B0AD is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 173 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.04 |
| HSL | 2.54º | 0.76% | 0.82% | - |
| HSV(B) | 2.54º | 0.29% | 0.96% | - |
| XYZ | 60.38 | 53.3 | 46.64 | - |
| YUV | 195.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 173 | 0 | 0.28 | 0.29 | 0.04 | 2.54 | 0.76 | 0.82 |
| Hex | F4 | B0 | AD | 0 | 1C | 1D | 4 | 3 | 4C | 52 |
| Octal | 364 | 260 | 255 | 0 | 34 | 35 | 4 | 3 | 114 | 122 |
| Binary | 11110100 | 10110000 | 10101101 | 0 | 11100 | 11101 | 100 | 11 | 1001100 | 1010010 |
Color Harmonies of #F4B0AD
Complementary color
Monochromatic Colors of #F4B0AD
Black with #F4B0AD
Text Example
Text Example
White with #F4B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0AD; }
p { color: rgb(244,176,173); }
H1.HeaderClassName
{
color: #F4B0AD;
}
.AnyTagClassName
{
color: #F4B0AD;
}
</style>
background-color css
<style>
a { background-color: #F4B0AD; }
a { background-color: rgb(244,176,173); }
div.DivClassName
{
background-color: #F4B0AD;
}
.BgClassName
{
background-color: #F4B0AD;
}
</style>
border-color css
<style>
span { border-color: #F4B0AD; }
span { border-color: rgb(244,176,173); }
td.TdClassName
{
border-color: #F4B0AD;
}
.TagClassName
{
border-color: #F4B0AD;
}
</style>