Shades of Sundown #F5B6AE
Tints of Sundown #F5B6AE
RGB
CMYK
RGB Variations
Color information
#F5B6AE (or 0xF5B6AE) is known color: Sundown. HEX triplet: F5, B6 and AE. RGB value is (245,182,174). Sum of RGB (Red+Green+Blue) = 245+182+174=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B6AE is #0A4951. Grayscale: #C8C8C8. Windows color (decimal): -674130 or 11450101. OLE color: 11450101.
HSL color Cylindrical-coordinate representation of color #F5B6AE: hue angle of 6.76º 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 #F5B6AE is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 174 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.04 |
| HSL | 6.76º | 0.78% | 0.82% | - |
| HSV(B) | 6.76º | 0.29% | 0.96% | - |
| XYZ | 62.02 | 55.92 | 47.57 | - |
| YUV | 199.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 174 | 0 | 0.26 | 0.29 | 0.04 | 6.76 | 0.78 | 0.82 |
| Hex | F5 | B6 | AE | 0 | 1A | 1D | 4 | 7 | 4E | 52 |
| Octal | 365 | 266 | 256 | 0 | 32 | 35 | 4 | 7 | 116 | 122 |
| Binary | 11110101 | 10110110 | 10101110 | 0 | 11010 | 11101 | 100 | 111 | 1001110 | 1010010 |
Color Harmonies of #F5B6AE
Complementary color
Monochromatic Colors of #F5B6AE
Black with #F5B6AE
Text Example
Text Example
White with #F5B6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B6AE; }
p { color: rgb(245,182,174); }
H1.HeaderClassName
{
color: #F5B6AE;
}
.AnyTagClassName
{
color: #F5B6AE;
}
</style>
background-color css
<style>
a { background-color: #F5B6AE; }
a { background-color: rgb(245,182,174); }
div.DivClassName
{
background-color: #F5B6AE;
}
.BgClassName
{
background-color: #F5B6AE;
}
</style>
border-color css
<style>
span { border-color: #F5B6AE; }
span { border-color: rgb(245,182,174); }
td.TdClassName
{
border-color: #F5B6AE;
}
.TagClassName
{
border-color: #F5B6AE;
}
</style>