Shades of Sundown #FEB3AD
Tints of Sundown #FEB3AD
RGB
CMYK
RGB Variations
Color information
#FEB3AD (or 0xFEB3AD) is known color: Sundown. HEX triplet: FE, B3 and AD. RGB value is (254,179,173). Sum of RGB (Red+Green+Blue) = 254+179+173=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3AD is #014C52. Grayscale: #C8C8C8. Windows color (decimal): -85075 or 11383806. OLE color: 11383806.
HSL color Cylindrical-coordinate representation of color #FEB3AD: hue angle of 4.44º 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 #FEB3AD is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 173 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.00 |
| HSL | 4.44º | 0.98% | 0.84% | - |
| HSV(B) | 4.44º | 0.32% | 1% | - |
| XYZ | 64.54 | 56.33 | 47.01 | - |
| YUV | 200.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 173 | 0 | 0.30 | 0.32 | 0.00 | 4.44 | 0.98 | 0.84 |
| Hex | FE | B3 | AD | 0 | 1E | 20 | 0 | 4 | 62 | 54 |
| Octal | 376 | 263 | 255 | 0 | 36 | 40 | 0 | 4 | 142 | 124 |
| Binary | 11111110 | 10110011 | 10101101 | 0 | 11110 | 100000 | 0 | 100 | 1100010 | 1010100 |
Color Harmonies of #FEB3AD
Complementary color
Monochromatic Colors of #FEB3AD
Black with #FEB3AD
Text Example
Text Example
White with #FEB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3AD; }
p { color: rgb(254,179,173); }
H1.HeaderClassName
{
color: #FEB3AD;
}
.AnyTagClassName
{
color: #FEB3AD;
}
</style>
background-color css
<style>
a { background-color: #FEB3AD; }
a { background-color: rgb(254,179,173); }
div.DivClassName
{
background-color: #FEB3AD;
}
.BgClassName
{
background-color: #FEB3AD;
}
</style>
border-color css
<style>
span { border-color: #FEB3AD; }
span { border-color: rgb(254,179,173); }
td.TdClassName
{
border-color: #FEB3AD;
}
.TagClassName
{
border-color: #FEB3AD;
}
</style>