Shades of Sundown #FEB2B0
Tints of Sundown #FEB2B0
RGB
CMYK
RGB Variations
Color information
#FEB2B0 (or 0xFEB2B0) is known color: Sundown. HEX triplet: FE, B2 and B0. RGB value is (254,178,176). Sum of RGB (Red+Green+Blue) = 254+178+176=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2B0 is #014D4F. Grayscale: #C8C8C8. Windows color (decimal): -85328 or 11580158. OLE color: 11580158.
HSL color Cylindrical-coordinate representation of color #FEB2B0: hue angle of 1.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB2B0 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 176 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.00 |
| HSL | 1.54º | 0.98% | 0.84% | - |
| HSV(B) | 1.54º | 0.31% | 1% | - |
| XYZ | 64.63 | 56.05 | 48.49 | - |
| YUV | 200.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 176 | 0 | 0.30 | 0.31 | 0.00 | 1.54 | 0.98 | 0.84 |
| Hex | FE | B2 | B0 | 0 | 1E | 1F | 0 | 2 | 62 | 54 |
| Octal | 376 | 262 | 260 | 0 | 36 | 37 | 0 | 2 | 142 | 124 |
| Binary | 11111110 | 10110010 | 10110000 | 0 | 11110 | 11111 | 0 | 10 | 1100010 | 1010100 |
Color Harmonies of #FEB2B0
Complementary color
Monochromatic Colors of #FEB2B0
Black with #FEB2B0
Text Example
Text Example
White with #FEB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2B0; }
p { color: rgb(254,178,176); }
H1.HeaderClassName
{
color: #FEB2B0;
}
.AnyTagClassName
{
color: #FEB2B0;
}
</style>
background-color css
<style>
a { background-color: #FEB2B0; }
a { background-color: rgb(254,178,176); }
div.DivClassName
{
background-color: #FEB2B0;
}
.BgClassName
{
background-color: #FEB2B0;
}
</style>
border-color css
<style>
span { border-color: #FEB2B0; }
span { border-color: rgb(254,178,176); }
td.TdClassName
{
border-color: #FEB2B0;
}
.TagClassName
{
border-color: #FEB2B0;
}
</style>