Shades of Sundown #FEB2AA
Tints of Sundown #FEB2AA
RGB
CMYK
RGB Variations
Color information
#FEB2AA (or 0xFEB2AA) is known color: Sundown. HEX triplet: FE, B2 and AA. RGB value is (254,178,170). Sum of RGB (Red+Green+Blue) = 254+178+170=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2AA is #014D55. Grayscale: #C7C7C7. Windows color (decimal): -85334 or 11186942. OLE color: 11186942.
HSL color Cylindrical-coordinate representation of color #FEB2AA: hue angle of 5.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEB2AA is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 170 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.00 |
| HSL | 5.71º | 0.98% | 0.83% | - |
| HSV(B) | 5.71º | 0.33% | 1% | - |
| XYZ | 64.05 | 55.81 | 45.43 | - |
| YUV | 199.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 170 | 0 | 0.30 | 0.33 | 0.00 | 5.71 | 0.98 | 0.83 |
| Hex | FE | B2 | AA | 0 | 1E | 21 | 0 | 6 | 62 | 53 |
| Octal | 376 | 262 | 252 | 0 | 36 | 41 | 0 | 6 | 142 | 123 |
| Binary | 11111110 | 10110010 | 10101010 | 0 | 11110 | 100001 | 0 | 110 | 1100010 | 1010011 |
Color Harmonies of #FEB2AA
Complementary color
Monochromatic Colors of #FEB2AA
Black with #FEB2AA
Text Example
Text Example
White with #FEB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2AA; }
p { color: rgb(254,178,170); }
H1.HeaderClassName
{
color: #FEB2AA;
}
.AnyTagClassName
{
color: #FEB2AA;
}
</style>
background-color css
<style>
a { background-color: #FEB2AA; }
a { background-color: rgb(254,178,170); }
div.DivClassName
{
background-color: #FEB2AA;
}
.BgClassName
{
background-color: #FEB2AA;
}
</style>
border-color css
<style>
span { border-color: #FEB2AA; }
span { border-color: rgb(254,178,170); }
td.TdClassName
{
border-color: #FEB2AA;
}
.TagClassName
{
border-color: #FEB2AA;
}
</style>