Shades of Sundown #FAACA2
Tints of Sundown #FAACA2
RGB
CMYK
RGB Variations
Color information
#FAACA2 (or 0xFAACA2) is known color: Sundown. HEX triplet: FA, AC and A2. RGB value is (250,172,162). Sum of RGB (Red+Green+Blue) = 250+172+162=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACA2 is #05535D. Grayscale: #C2C2C2. Windows color (decimal): -349022 or 10661114. OLE color: 10661114.
HSL color Cylindrical-coordinate representation of color #FAACA2: hue angle of 6.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAACA2 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 162 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.02 |
| HSL | 6.82º | 0.9% | 0.81% | - |
| HSV(B) | 6.82º | 0.35% | 0.98% | - |
| XYZ | 60.7 | 52.44 | 41.1 | - |
| YUV | 194.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 162 | 0 | 0.31 | 0.35 | 0.02 | 6.82 | 0.9 | 0.81 |
| Hex | FA | AC | A2 | 0 | 1F | 23 | 2 | 7 | 5A | 51 |
| Octal | 372 | 254 | 242 | 0 | 37 | 43 | 2 | 7 | 132 | 121 |
| Binary | 11111010 | 10101100 | 10100010 | 0 | 11111 | 100011 | 10 | 111 | 1011010 | 1010001 |
Color Harmonies of #FAACA2
Complementary color
Monochromatic Colors of #FAACA2
Black with #FAACA2
Text Example
Text Example
White with #FAACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACA2; }
p { color: rgb(250,172,162); }
H1.HeaderClassName
{
color: #FAACA2;
}
.AnyTagClassName
{
color: #FAACA2;
}
</style>
background-color css
<style>
a { background-color: #FAACA2; }
a { background-color: rgb(250,172,162); }
div.DivClassName
{
background-color: #FAACA2;
}
.BgClassName
{
background-color: #FAACA2;
}
</style>
border-color css
<style>
span { border-color: #FAACA2; }
span { border-color: rgb(250,172,162); }
td.TdClassName
{
border-color: #FAACA2;
}
.TagClassName
{
border-color: #FAACA2;
}
</style>