Shades of Sundown #FEB1AD
Tints of Sundown #FEB1AD
RGB
CMYK
RGB Variations
Color information
#FEB1AD (or 0xFEB1AD) is known color: Sundown. HEX triplet: FE, B1 and AD. RGB value is (254,177,173). Sum of RGB (Red+Green+Blue) = 254+177+173=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB1AD is #014E52. Grayscale: #C7C7C7. Windows color (decimal): -85587 or 11383294. OLE color: 11383294.
HSL color Cylindrical-coordinate representation of color #FEB1AD: hue angle of 2.96º 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 #FEB1AD is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 173 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.00 |
| HSL | 2.96º | 0.98% | 0.84% | - |
| HSV(B) | 2.96º | 0.32% | 1% | - |
| XYZ | 64.14 | 55.53 | 46.87 | - |
| YUV | 199.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 173 | 0 | 0.30 | 0.32 | 0.00 | 2.96 | 0.98 | 0.84 |
| Hex | FE | B1 | AD | 0 | 1E | 20 | 0 | 3 | 62 | 54 |
| Octal | 376 | 261 | 255 | 0 | 36 | 40 | 0 | 3 | 142 | 124 |
| Binary | 11111110 | 10110001 | 10101101 | 0 | 11110 | 100000 | 0 | 11 | 1100010 | 1010100 |
Color Harmonies of #FEB1AD
Complementary color
Monochromatic Colors of #FEB1AD
Black with #FEB1AD
Text Example
Text Example
White with #FEB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1AD; }
p { color: rgb(254,177,173); }
H1.HeaderClassName
{
color: #FEB1AD;
}
.AnyTagClassName
{
color: #FEB1AD;
}
</style>
background-color css
<style>
a { background-color: #FEB1AD; }
a { background-color: rgb(254,177,173); }
div.DivClassName
{
background-color: #FEB1AD;
}
.BgClassName
{
background-color: #FEB1AD;
}
</style>
border-color css
<style>
span { border-color: #FEB1AD; }
span { border-color: rgb(254,177,173); }
td.TdClassName
{
border-color: #FEB1AD;
}
.TagClassName
{
border-color: #FEB1AD;
}
</style>