Shades of Sundown #F7B4AD
Tints of Sundown #F7B4AD
RGB
CMYK
RGB Variations
Color information
#F7B4AD (or 0xF7B4AD) is known color: Sundown. HEX triplet: F7, B4 and AD. RGB value is (247,180,173). Sum of RGB (Red+Green+Blue) = 247+180+173=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B4AD is #084B52. Grayscale: #C7C7C7. Windows color (decimal): -543571 or 11384055. OLE color: 11384055.
HSL color Cylindrical-coordinate representation of color #F7B4AD: hue angle of 5.68º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7B4AD is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 173 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.03 |
| HSL | 5.68º | 0.82% | 0.82% | - |
| HSV(B) | 5.68º | 0.3% | 0.97% | - |
| XYZ | 62.22 | 55.43 | 46.96 | - |
| YUV | 199.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 173 | 0 | 0.27 | 0.30 | 0.03 | 5.68 | 0.82 | 0.82 |
| Hex | F7 | B4 | AD | 0 | 1B | 1E | 3 | 6 | 52 | 52 |
| Octal | 367 | 264 | 255 | 0 | 33 | 36 | 3 | 6 | 122 | 122 |
| Binary | 11110111 | 10110100 | 10101101 | 0 | 11011 | 11110 | 11 | 110 | 1010010 | 1010010 |
Color Harmonies of #F7B4AD
Complementary color
Monochromatic Colors of #F7B4AD
Black with #F7B4AD
Text Example
Text Example
White with #F7B4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4AD; }
p { color: rgb(247,180,173); }
H1.HeaderClassName
{
color: #F7B4AD;
}
.AnyTagClassName
{
color: #F7B4AD;
}
</style>
background-color css
<style>
a { background-color: #F7B4AD; }
a { background-color: rgb(247,180,173); }
div.DivClassName
{
background-color: #F7B4AD;
}
.BgClassName
{
background-color: #F7B4AD;
}
</style>
border-color css
<style>
span { border-color: #F7B4AD; }
span { border-color: rgb(247,180,173); }
td.TdClassName
{
border-color: #F7B4AD;
}
.TagClassName
{
border-color: #F7B4AD;
}
</style>