Shades of Sundown #FEB2A8
Tints of Sundown #FEB2A8
RGB
CMYK
RGB Variations
Color information
#FEB2A8 (or 0xFEB2A8) is known color: Sundown. HEX triplet: FE, B2 and A8. RGB value is (254,178,168). Sum of RGB (Red+Green+Blue) = 254+178+168=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2A8 is #014D57. Grayscale: #C7C7C7. Windows color (decimal): -85336 or 11055870. OLE color: 11055870.
HSL color Cylindrical-coordinate representation of color #FEB2A8: hue angle of 6.98º 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 #FEB2A8 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 168 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.00 |
| HSL | 6.98º | 0.98% | 0.83% | - |
| HSV(B) | 6.98º | 0.34% | 1% | - |
| XYZ | 63.86 | 55.74 | 44.44 | - |
| YUV | 199.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 168 | 0 | 0.30 | 0.34 | 0.00 | 6.98 | 0.98 | 0.83 |
| Hex | FE | B2 | A8 | 0 | 1E | 22 | 0 | 7 | 62 | 53 |
| Octal | 376 | 262 | 250 | 0 | 36 | 42 | 0 | 7 | 142 | 123 |
| Binary | 11111110 | 10110010 | 10101000 | 0 | 11110 | 100010 | 0 | 111 | 1100010 | 1010011 |
Color Harmonies of #FEB2A8
Complementary color
Monochromatic Colors of #FEB2A8
Black with #FEB2A8
Text Example
Text Example
White with #FEB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2A8; }
p { color: rgb(254,178,168); }
H1.HeaderClassName
{
color: #FEB2A8;
}
.AnyTagClassName
{
color: #FEB2A8;
}
</style>
background-color css
<style>
a { background-color: #FEB2A8; }
a { background-color: rgb(254,178,168); }
div.DivClassName
{
background-color: #FEB2A8;
}
.BgClassName
{
background-color: #FEB2A8;
}
</style>
border-color css
<style>
span { border-color: #FEB2A8; }
span { border-color: rgb(254,178,168); }
td.TdClassName
{
border-color: #FEB2A8;
}
.TagClassName
{
border-color: #FEB2A8;
}
</style>