Shades of Sundown #FEB3B0
Tints of Sundown #FEB3B0
RGB
CMYK
RGB Variations
Color information
#FEB3B0 (or 0xFEB3B0) is known color: Sundown. HEX triplet: FE, B3 and B0. RGB value is (254,179,176). Sum of RGB (Red+Green+Blue) = 254+179+176=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3B0 is #014C4F. Grayscale: #C9C9C9. Windows color (decimal): -85072 or 11580414. OLE color: 11580414.
HSL color Cylindrical-coordinate representation of color #FEB3B0: hue angle of 2.31º 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 #FEB3B0 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 176 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.00 |
| HSL | 2.31º | 0.98% | 0.84% | - |
| HSV(B) | 2.31º | 0.31% | 1% | - |
| XYZ | 64.83 | 56.45 | 48.55 | - |
| YUV | 201.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 176 | 0 | 0.30 | 0.31 | 0.00 | 2.31 | 0.98 | 0.84 |
| Hex | FE | B3 | B0 | 0 | 1E | 1F | 0 | 2 | 62 | 54 |
| Octal | 376 | 263 | 260 | 0 | 36 | 37 | 0 | 2 | 142 | 124 |
| Binary | 11111110 | 10110011 | 10110000 | 0 | 11110 | 11111 | 0 | 10 | 1100010 | 1010100 |
Color Harmonies of #FEB3B0
Complementary color
Monochromatic Colors of #FEB3B0
Black with #FEB3B0
Text Example
Text Example
White with #FEB3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3B0; }
p { color: rgb(254,179,176); }
H1.HeaderClassName
{
color: #FEB3B0;
}
.AnyTagClassName
{
color: #FEB3B0;
}
</style>
background-color css
<style>
a { background-color: #FEB3B0; }
a { background-color: rgb(254,179,176); }
div.DivClassName
{
background-color: #FEB3B0;
}
.BgClassName
{
background-color: #FEB3B0;
}
</style>
border-color css
<style>
span { border-color: #FEB3B0; }
span { border-color: rgb(254,179,176); }
td.TdClassName
{
border-color: #FEB3B0;
}
.TagClassName
{
border-color: #FEB3B0;
}
</style>