Shades of Sundown #FEB3A7
Tints of Sundown #FEB3A7
RGB
CMYK
RGB Variations
Color information
#FEB3A7 (or 0xFEB3A7) is known color: Sundown. HEX triplet: FE, B3 and A7. RGB value is (254,179,167). Sum of RGB (Red+Green+Blue) = 254+179+167=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 167 (65.62% from 255 or 27.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3A7 is #014C58. Grayscale: #C8C8C8. Windows color (decimal): -85081 or 10990590. OLE color: 10990590.
HSL color Cylindrical-coordinate representation of color #FEB3A7: hue angle of 8.28º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEB3A7 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 167 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.00 |
| HSL | 8.28º | 0.98% | 0.83% | - |
| HSV(B) | 8.28º | 0.34% | 1% | - |
| XYZ | 63.97 | 56.1 | 44.02 | - |
| YUV | 200.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 167 | 0 | 0.30 | 0.34 | 0.00 | 8.28 | 0.98 | 0.83 |
| Hex | FE | B3 | A7 | 0 | 1E | 22 | 0 | 8 | 62 | 53 |
| Octal | 376 | 263 | 247 | 0 | 36 | 42 | 0 | 10 | 142 | 123 |
| Binary | 11111110 | 10110011 | 10100111 | 0 | 11110 | 100010 | 0 | 1000 | 1100010 | 1010011 |
Color Harmonies of #FEB3A7
Complementary color
Monochromatic Colors of #FEB3A7
Black with #FEB3A7
Text Example
Text Example
White with #FEB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3A7; }
p { color: rgb(254,179,167); }
H1.HeaderClassName
{
color: #FEB3A7;
}
.AnyTagClassName
{
color: #FEB3A7;
}
</style>
background-color css
<style>
a { background-color: #FEB3A7; }
a { background-color: rgb(254,179,167); }
div.DivClassName
{
background-color: #FEB3A7;
}
.BgClassName
{
background-color: #FEB3A7;
}
</style>
border-color css
<style>
span { border-color: #FEB3A7; }
span { border-color: rgb(254,179,167); }
td.TdClassName
{
border-color: #FEB3A7;
}
.TagClassName
{
border-color: #FEB3A7;
}
</style>