Shades of Sundown #FEB4B0
Tints of Sundown #FEB4B0
RGB
CMYK
RGB Variations
Color information
#FEB4B0 (or 0xFEB4B0) is known color: Sundown. HEX triplet: FE, B4 and B0. RGB value is (254,180,176). Sum of RGB (Red+Green+Blue) = 254+180+176=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4B0 is #014B4F. Grayscale: #C9C9C9. Windows color (decimal): -84816 or 11580670. OLE color: 11580670.
HSL color Cylindrical-coordinate representation of color #FEB4B0: hue angle of 3.08º 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 #FEB4B0 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 176 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.00 |
| HSL | 3.08º | 0.98% | 0.84% | - |
| HSV(B) | 3.08º | 0.31% | 1% | - |
| XYZ | 65.03 | 56.85 | 48.62 | - |
| YUV | 201.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 176 | 0 | 0.29 | 0.31 | 0.00 | 3.08 | 0.98 | 0.84 |
| Hex | FE | B4 | B0 | 0 | 1D | 1F | 0 | 3 | 62 | 54 |
| Octal | 376 | 264 | 260 | 0 | 35 | 37 | 0 | 3 | 142 | 124 |
| Binary | 11111110 | 10110100 | 10110000 | 0 | 11101 | 11111 | 0 | 11 | 1100010 | 1010100 |
Color Harmonies of #FEB4B0
Complementary color
Monochromatic Colors of #FEB4B0
Black with #FEB4B0
Text Example
Text Example
White with #FEB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4B0; }
p { color: rgb(254,180,176); }
H1.HeaderClassName
{
color: #FEB4B0;
}
.AnyTagClassName
{
color: #FEB4B0;
}
</style>
background-color css
<style>
a { background-color: #FEB4B0; }
a { background-color: rgb(254,180,176); }
div.DivClassName
{
background-color: #FEB4B0;
}
.BgClassName
{
background-color: #FEB4B0;
}
</style>
border-color css
<style>
span { border-color: #FEB4B0; }
span { border-color: rgb(254,180,176); }
td.TdClassName
{
border-color: #FEB4B0;
}
.TagClassName
{
border-color: #FEB4B0;
}
</style>