Shades of Sundown #FEACAC
Tints of Sundown #FEACAC
RGB
CMYK
RGB Variations
Color information
#FEACAC (or 0xFEACAC) is known color: Sundown. HEX triplet: FE, AC and AC. RGB value is (254,172,172). Sum of RGB (Red+Green+Blue) = 254+172+172=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACAC is #015353. Grayscale: #C4C4C4. Windows color (decimal): -86868 or 11316478. OLE color: 11316478.
HSL color Cylindrical-coordinate representation of color #FEACAC: hue angle of 0º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACAC is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 172 | 172 | - |
CMYK | 0 | 0.32 | 0.32 | 0.00 |
HSL | 0º | 0.98% | 0.84% | - |
HSV(B) | 0º | 0.32% | 1% | - |
XYZ | 63.07 | 53.55 | 46.04 | - |
YUV | 196.52 | 114.17 | 169 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 172 | 172 | 0 | 0.32 | 0.32 | 0.00 | 0 | 0.98 | 0.84 |
Hex | FE | AC | AC | 0 | 20 | 20 | 0 | 0 | 62 | 54 |
Octal | 376 | 254 | 254 | 0 | 40 | 40 | 0 | 0 | 142 | 124 |
Binary | 11111110 | 10101100 | 10101100 | 0 | 100000 | 100000 | 0 | 0 | 1100010 | 1010100 |
Color Harmonies of #FEACAC
Complementary color
Monochromatic Colors of #FEACAC
Black with #FEACAC
Text Example
Text Example
White with #FEACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACAC; }
p { color: rgb(254,172,172); }
H1.HeaderClassName
{
color: #FEACAC;
}
.AnyTagClassName
{
color: #FEACAC;
}
</style>
background-color css
<style>
a { background-color: #FEACAC; }
a { background-color: rgb(254,172,172); }
div.DivClassName
{
background-color: #FEACAC;
}
.BgClassName
{
background-color: #FEACAC;
}
</style>
border-color css
<style>
span { border-color: #FEACAC; }
span { border-color: rgb(254,172,172); }
td.TdClassName
{
border-color: #FEACAC;
}
.TagClassName
{
border-color: #FEACAC;
}
</style>