Shades of Sundown #F8B1AE
Tints of Sundown #F8B1AE
RGB
CMYK
RGB Variations
Color information
#F8B1AE (or 0xF8B1AE) is known color: Sundown. HEX triplet: F8, B1 and AE. RGB value is (248,177,174). Sum of RGB (Red+Green+Blue) = 248+177+174=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B1AE is #074E51. Grayscale: #C5C5C5. Windows color (decimal): -478802 or 11448824. OLE color: 11448824.
HSL color Cylindrical-coordinate representation of color #F8B1AE: hue angle of 2.43º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8B1AE is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 174 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.03 |
| HSL | 2.43º | 0.84% | 0.83% | - |
| HSV(B) | 2.43º | 0.3% | 0.97% | - |
| XYZ | 62.07 | 54.46 | 47.28 | - |
| YUV | 197.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 174 | 0 | 0.29 | 0.30 | 0.03 | 2.43 | 0.84 | 0.83 |
| Hex | F8 | B1 | AE | 0 | 1D | 1E | 3 | 2 | 54 | 53 |
| Octal | 370 | 261 | 256 | 0 | 35 | 36 | 3 | 2 | 124 | 123 |
| Binary | 11111000 | 10110001 | 10101110 | 0 | 11101 | 11110 | 11 | 10 | 1010100 | 1010011 |
Color Harmonies of #F8B1AE
Complementary color
Monochromatic Colors of #F8B1AE
Black with #F8B1AE
Text Example
Text Example
White with #F8B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1AE; }
p { color: rgb(248,177,174); }
H1.HeaderClassName
{
color: #F8B1AE;
}
.AnyTagClassName
{
color: #F8B1AE;
}
</style>
background-color css
<style>
a { background-color: #F8B1AE; }
a { background-color: rgb(248,177,174); }
div.DivClassName
{
background-color: #F8B1AE;
}
.BgClassName
{
background-color: #F8B1AE;
}
</style>
border-color css
<style>
span { border-color: #F8B1AE; }
span { border-color: rgb(248,177,174); }
td.TdClassName
{
border-color: #F8B1AE;
}
.TagClassName
{
border-color: #F8B1AE;
}
</style>