Shades of Sundown #FEB0AB
Tints of Sundown #FEB0AB
RGB
CMYK
RGB Variations
Color information
#FEB0AB (or 0xFEB0AB) is known color: Sundown. HEX triplet: FE, B0 and AB. RGB value is (254,176,171). Sum of RGB (Red+Green+Blue) = 254+176+171=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AB is #014F54. Grayscale: #C6C6C6. Windows color (decimal): -85845 or 11251966. OLE color: 11251966.
HSL color Cylindrical-coordinate representation of color #FEB0AB: hue angle of 3.61º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEB0AB is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 171 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.00 |
| HSL | 3.61º | 0.98% | 0.83% | - |
| HSV(B) | 3.61º | 0.33% | 1% | - |
| XYZ | 63.75 | 55.06 | 45.8 | - |
| YUV | 198.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 171 | 0 | 0.31 | 0.33 | 0.00 | 3.61 | 0.98 | 0.83 |
| Hex | FE | B0 | AB | 0 | 1F | 21 | 0 | 4 | 62 | 53 |
| Octal | 376 | 260 | 253 | 0 | 37 | 41 | 0 | 4 | 142 | 123 |
| Binary | 11111110 | 10110000 | 10101011 | 0 | 11111 | 100001 | 0 | 100 | 1100010 | 1010011 |
Color Harmonies of #FEB0AB
Complementary color
Monochromatic Colors of #FEB0AB
Black with #FEB0AB
Text Example
Text Example
White with #FEB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0AB; }
p { color: rgb(254,176,171); }
H1.HeaderClassName
{
color: #FEB0AB;
}
.AnyTagClassName
{
color: #FEB0AB;
}
</style>
background-color css
<style>
a { background-color: #FEB0AB; }
a { background-color: rgb(254,176,171); }
div.DivClassName
{
background-color: #FEB0AB;
}
.BgClassName
{
background-color: #FEB0AB;
}
</style>
border-color css
<style>
span { border-color: #FEB0AB; }
span { border-color: rgb(254,176,171); }
td.TdClassName
{
border-color: #FEB0AB;
}
.TagClassName
{
border-color: #FEB0AB;
}
</style>