Shades of Sundown #FAACAC
Tints of Sundown #FAACAC
RGB
CMYK
RGB Variations
Color information
#FAACAC (or 0xFAACAC) is known color: Sundown. HEX triplet: FA, AC and AC. RGB value is (250,172,172). Sum of RGB (Red+Green+Blue) = 250+172+172=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACAC is #055353. Grayscale: #C3C3C3. Windows color (decimal): -349012 or 11316474. OLE color: 11316474.
HSL color Cylindrical-coordinate representation of color #FAACAC: hue angle of 0º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACAC is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 172 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.02 |
| HSL | 0º | 0.89% | 0.83% | - |
| HSV(B) | 0º | 0.31% | 0.98% | - |
| XYZ | 61.62 | 52.81 | 45.97 | - |
| YUV | 195.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 172 | 0 | 0.31 | 0.31 | 0.02 | 0 | 0.89 | 0.83 |
| Hex | FA | AC | AC | 0 | 1F | 1F | 2 | 0 | 59 | 53 |
| Octal | 372 | 254 | 254 | 0 | 37 | 37 | 2 | 0 | 131 | 123 |
| Binary | 11111010 | 10101100 | 10101100 | 0 | 11111 | 11111 | 10 | 0 | 1011001 | 1010011 |
Color Harmonies of #FAACAC
Complementary color
Monochromatic Colors of #FAACAC
Black with #FAACAC
Text Example
Text Example
White with #FAACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACAC; }
p { color: rgb(250,172,172); }
H1.HeaderClassName
{
color: #FAACAC;
}
.AnyTagClassName
{
color: #FAACAC;
}
</style>
background-color css
<style>
a { background-color: #FAACAC; }
a { background-color: rgb(250,172,172); }
div.DivClassName
{
background-color: #FAACAC;
}
.BgClassName
{
background-color: #FAACAC;
}
</style>
border-color css
<style>
span { border-color: #FAACAC; }
span { border-color: rgb(250,172,172); }
td.TdClassName
{
border-color: #FAACAC;
}
.TagClassName
{
border-color: #FAACAC;
}
</style>