Shades of Sundown #FEB0A8
Tints of Sundown #FEB0A8
RGB
CMYK
RGB Variations
Color information
#FEB0A8 (or 0xFEB0A8) is known color: Sundown. HEX triplet: FE, B0 and A8. RGB value is (254,176,168). Sum of RGB (Red+Green+Blue) = 254+176+168=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0A8 is #014F57. Grayscale: #C6C6C6. Windows color (decimal): -85848 or 11055358. OLE color: 11055358.
HSL color Cylindrical-coordinate representation of color #FEB0A8: hue angle of 5.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEB0A8 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 168 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.00 |
| HSL | 5.58º | 0.98% | 0.83% | - |
| HSV(B) | 5.58º | 0.34% | 1% | - |
| XYZ | 63.47 | 54.95 | 44.31 | - |
| YUV | 198.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 168 | 0 | 0.31 | 0.34 | 0.00 | 5.58 | 0.98 | 0.83 |
| Hex | FE | B0 | A8 | 0 | 1F | 22 | 0 | 6 | 62 | 53 |
| Octal | 376 | 260 | 250 | 0 | 37 | 42 | 0 | 6 | 142 | 123 |
| Binary | 11111110 | 10110000 | 10101000 | 0 | 11111 | 100010 | 0 | 110 | 1100010 | 1010011 |
Color Harmonies of #FEB0A8
Complementary color
Monochromatic Colors of #FEB0A8
Black with #FEB0A8
Text Example
Text Example
White with #FEB0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0A8; }
p { color: rgb(254,176,168); }
H1.HeaderClassName
{
color: #FEB0A8;
}
.AnyTagClassName
{
color: #FEB0A8;
}
</style>
background-color css
<style>
a { background-color: #FEB0A8; }
a { background-color: rgb(254,176,168); }
div.DivClassName
{
background-color: #FEB0A8;
}
.BgClassName
{
background-color: #FEB0A8;
}
</style>
border-color css
<style>
span { border-color: #FEB0A8; }
span { border-color: rgb(254,176,168); }
td.TdClassName
{
border-color: #FEB0A8;
}
.TagClassName
{
border-color: #FEB0A8;
}
</style>