Shades of Sundown #F5B6AD
Tints of Sundown #F5B6AD
RGB
CMYK
RGB Variations
Color information
#F5B6AD (or 0xF5B6AD) is known color: Sundown. HEX triplet: F5, B6 and AD. RGB value is (245,182,173). Sum of RGB (Red+Green+Blue) = 245+182+173=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B6AD is #0A4952. Grayscale: #C7C7C7. Windows color (decimal): -674131 or 11384565. OLE color: 11384565.
HSL color Cylindrical-coordinate representation of color #F5B6AD: hue angle of 7.5º degrees, saturation: 0.78, 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 #F5B6AD is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 173 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.04 |
| HSL | 7.5º | 0.78% | 0.82% | - |
| HSV(B) | 7.5º | 0.29% | 0.96% | - |
| XYZ | 61.93 | 55.89 | 47.06 | - |
| YUV | 199.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 173 | 0 | 0.26 | 0.29 | 0.04 | 7.5 | 0.78 | 0.82 |
| Hex | F5 | B6 | AD | 0 | 1A | 1D | 4 | 8 | 4E | 52 |
| Octal | 365 | 266 | 255 | 0 | 32 | 35 | 4 | 10 | 116 | 122 |
| Binary | 11110101 | 10110110 | 10101101 | 0 | 11010 | 11101 | 100 | 1000 | 1001110 | 1010010 |
Color Harmonies of #F5B6AD
Complementary color
Monochromatic Colors of #F5B6AD
Black with #F5B6AD
Text Example
Text Example
White with #F5B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B6AD; }
p { color: rgb(245,182,173); }
H1.HeaderClassName
{
color: #F5B6AD;
}
.AnyTagClassName
{
color: #F5B6AD;
}
</style>
background-color css
<style>
a { background-color: #F5B6AD; }
a { background-color: rgb(245,182,173); }
div.DivClassName
{
background-color: #F5B6AD;
}
.BgClassName
{
background-color: #F5B6AD;
}
</style>
border-color css
<style>
span { border-color: #F5B6AD; }
span { border-color: rgb(245,182,173); }
td.TdClassName
{
border-color: #F5B6AD;
}
.TagClassName
{
border-color: #F5B6AD;
}
</style>