Shades of Sundown #FEB0A7
Tints of Sundown #FEB0A7
RGB
CMYK
RGB Variations
Color information
#FEB0A7 (or 0xFEB0A7) is known color: Sundown. HEX triplet: FE, B0 and A7. RGB value is (254,176,167). Sum of RGB (Red+Green+Blue) = 254+176+167=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0A7 is #014F58. Grayscale: #C6C6C6. Windows color (decimal): -85849 or 10989822. OLE color: 10989822.
HSL color Cylindrical-coordinate representation of color #FEB0A7: hue angle of 6.21º 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 #FEB0A7 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 167 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.00 |
| HSL | 6.21º | 0.98% | 0.83% | - |
| HSV(B) | 6.21º | 0.34% | 1% | - |
| XYZ | 63.37 | 54.91 | 43.82 | - |
| YUV | 198.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 167 | 0 | 0.31 | 0.34 | 0.00 | 6.21 | 0.98 | 0.83 |
| Hex | FE | B0 | A7 | 0 | 1F | 22 | 0 | 6 | 62 | 53 |
| Octal | 376 | 260 | 247 | 0 | 37 | 42 | 0 | 6 | 142 | 123 |
| Binary | 11111110 | 10110000 | 10100111 | 0 | 11111 | 100010 | 0 | 110 | 1100010 | 1010011 |
Color Harmonies of #FEB0A7
Complementary color
Monochromatic Colors of #FEB0A7
Black with #FEB0A7
Text Example
Text Example
White with #FEB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0A7; }
p { color: rgb(254,176,167); }
H1.HeaderClassName
{
color: #FEB0A7;
}
.AnyTagClassName
{
color: #FEB0A7;
}
</style>
background-color css
<style>
a { background-color: #FEB0A7; }
a { background-color: rgb(254,176,167); }
div.DivClassName
{
background-color: #FEB0A7;
}
.BgClassName
{
background-color: #FEB0A7;
}
</style>
border-color css
<style>
span { border-color: #FEB0A7; }
span { border-color: rgb(254,176,167); }
td.TdClassName
{
border-color: #FEB0A7;
}
.TagClassName
{
border-color: #FEB0A7;
}
</style>