Shades of Sundown #FEB2AD
Tints of Sundown #FEB2AD
RGB
CMYK
RGB Variations
Color information
#FEB2AD (or 0xFEB2AD) is known color: Sundown. HEX triplet: FE, B2 and AD. RGB value is (254,178,173). Sum of RGB (Red+Green+Blue) = 254+178+173=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2AD is #014D52. Grayscale: #C8C8C8. Windows color (decimal): -85331 or 11383550. OLE color: 11383550.
HSL color Cylindrical-coordinate representation of color #FEB2AD: hue angle of 3.7º 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 #FEB2AD is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 173 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.00 |
| HSL | 3.7º | 0.98% | 0.84% | - |
| HSV(B) | 3.7º | 0.32% | 1% | - |
| XYZ | 64.34 | 55.93 | 46.94 | - |
| YUV | 200.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 173 | 0 | 0.30 | 0.32 | 0.00 | 3.7 | 0.98 | 0.84 |
| Hex | FE | B2 | AD | 0 | 1E | 20 | 0 | 4 | 62 | 54 |
| Octal | 376 | 262 | 255 | 0 | 36 | 40 | 0 | 4 | 142 | 124 |
| Binary | 11111110 | 10110010 | 10101101 | 0 | 11110 | 100000 | 0 | 100 | 1100010 | 1010100 |
Color Harmonies of #FEB2AD
Complementary color
Monochromatic Colors of #FEB2AD
Black with #FEB2AD
Text Example
Text Example
White with #FEB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2AD; }
p { color: rgb(254,178,173); }
H1.HeaderClassName
{
color: #FEB2AD;
}
.AnyTagClassName
{
color: #FEB2AD;
}
</style>
background-color css
<style>
a { background-color: #FEB2AD; }
a { background-color: rgb(254,178,173); }
div.DivClassName
{
background-color: #FEB2AD;
}
.BgClassName
{
background-color: #FEB2AD;
}
</style>
border-color css
<style>
span { border-color: #FEB2AD; }
span { border-color: rgb(254,178,173); }
td.TdClassName
{
border-color: #FEB2AD;
}
.TagClassName
{
border-color: #FEB2AD;
}
</style>