Shades of Sundown #FEB0AC
Tints of Sundown #FEB0AC
RGB
CMYK
RGB Variations
Color information
#FEB0AC (or 0xFEB0AC) is known color: Sundown. HEX triplet: FE, B0 and AC. RGB value is (254,176,172). Sum of RGB (Red+Green+Blue) = 254+176+172=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AC is #014F53. Grayscale: #C6C6C6. Windows color (decimal): -85844 or 11317502. OLE color: 11317502.
HSL color Cylindrical-coordinate representation of color #FEB0AC: hue angle of 2.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEB0AC is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 172 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.00 |
| HSL | 2.93º | 0.98% | 0.84% | - |
| HSV(B) | 2.93º | 0.32% | 1% | - |
| XYZ | 63.84 | 55.1 | 46.3 | - |
| YUV | 198.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 172 | 0 | 0.31 | 0.32 | 0.00 | 2.93 | 0.98 | 0.84 |
| Hex | FE | B0 | AC | 0 | 1F | 20 | 0 | 3 | 62 | 54 |
| Octal | 376 | 260 | 254 | 0 | 37 | 40 | 0 | 3 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10101100 | 0 | 11111 | 100000 | 0 | 11 | 1100010 | 1010100 |
Color Harmonies of #FEB0AC
Complementary color
Monochromatic Colors of #FEB0AC
Black with #FEB0AC
Text Example
Text Example
White with #FEB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0AC; }
p { color: rgb(254,176,172); }
H1.HeaderClassName
{
color: #FEB0AC;
}
.AnyTagClassName
{
color: #FEB0AC;
}
</style>
background-color css
<style>
a { background-color: #FEB0AC; }
a { background-color: rgb(254,176,172); }
div.DivClassName
{
background-color: #FEB0AC;
}
.BgClassName
{
background-color: #FEB0AC;
}
</style>
border-color css
<style>
span { border-color: #FEB0AC; }
span { border-color: rgb(254,176,172); }
td.TdClassName
{
border-color: #FEB0AC;
}
.TagClassName
{
border-color: #FEB0AC;
}
</style>