Shades of Sundown #FCA2A1
Tints of Sundown #FCA2A1
RGB
CMYK
RGB Variations
Color information
#FCA2A1 (or 0xFCA2A1) is known color: Sundown. HEX triplet: FC, A2 and A1. RGB value is (252,162,161). Sum of RGB (Red+Green+Blue) = 252+162+161=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A1 is #035D5E. Grayscale: #BCBCBC. Windows color (decimal): -220511 or 10593020. OLE color: 10593020.
HSL color Cylindrical-coordinate representation of color #FCA2A1: hue angle of 0.66º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA2A1 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 161 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.01 |
| HSL | 0.66º | 0.94% | 0.81% | - |
| HSV(B) | 0.66º | 0.36% | 0.99% | - |
| XYZ | 59.5 | 49.11 | 40.06 | - |
| YUV | 188.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 161 | 0 | 0.36 | 0.36 | 0.01 | 0.66 | 0.94 | 0.81 |
| Hex | FC | A2 | A1 | 0 | 24 | 24 | 1 | 1 | 5E | 51 |
| Octal | 374 | 242 | 241 | 0 | 44 | 44 | 1 | 1 | 136 | 121 |
| Binary | 11111100 | 10100010 | 10100001 | 0 | 100100 | 100100 | 1 | 1 | 1011110 | 1010001 |
Color Harmonies of #FCA2A1
Complementary color
Monochromatic Colors of #FCA2A1
Black with #FCA2A1
Text Example
Text Example
White with #FCA2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA2A1; }
p { color: rgb(252,162,161); }
H1.HeaderClassName
{
color: #FCA2A1;
}
.AnyTagClassName
{
color: #FCA2A1;
}
</style>
background-color css
<style>
a { background-color: #FCA2A1; }
a { background-color: rgb(252,162,161); }
div.DivClassName
{
background-color: #FCA2A1;
}
.BgClassName
{
background-color: #FCA2A1;
}
</style>
border-color css
<style>
span { border-color: #FCA2A1; }
span { border-color: rgb(252,162,161); }
td.TdClassName
{
border-color: #FCA2A1;
}
.TagClassName
{
border-color: #FCA2A1;
}
</style>