Shades of Sundown #FCA7A1
Tints of Sundown #FCA7A1
RGB
CMYK
RGB Variations
Color information
#FCA7A1 (or 0xFCA7A1) is known color: Sundown. HEX triplet: FC, A7 and A1. RGB value is (252,167,161). Sum of RGB (Red+Green+Blue) = 252+167+161=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA7A1 is #03585E. Grayscale: #BFBFBF. Windows color (decimal): -219231 or 10594300. OLE color: 10594300.
HSL color Cylindrical-coordinate representation of color #FCA7A1: hue angle of 3.96º 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 #FCA7A1 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 167 | 161 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.01 |
| HSL | 3.96º | 0.94% | 0.81% | - |
| HSV(B) | 3.96º | 0.36% | 0.99% | - |
| XYZ | 60.4 | 50.91 | 40.36 | - |
| YUV | 191.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 167 | 161 | 0 | 0.34 | 0.36 | 0.01 | 3.96 | 0.94 | 0.81 |
| Hex | FC | A7 | A1 | 0 | 22 | 24 | 1 | 4 | 5E | 51 |
| Octal | 374 | 247 | 241 | 0 | 42 | 44 | 1 | 4 | 136 | 121 |
| Binary | 11111100 | 10100111 | 10100001 | 0 | 100010 | 100100 | 1 | 100 | 1011110 | 1010001 |
Color Harmonies of #FCA7A1
Complementary color
Monochromatic Colors of #FCA7A1
Black with #FCA7A1
Text Example
Text Example
White with #FCA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA7A1; }
p { color: rgb(252,167,161); }
H1.HeaderClassName
{
color: #FCA7A1;
}
.AnyTagClassName
{
color: #FCA7A1;
}
</style>
background-color css
<style>
a { background-color: #FCA7A1; }
a { background-color: rgb(252,167,161); }
div.DivClassName
{
background-color: #FCA7A1;
}
.BgClassName
{
background-color: #FCA7A1;
}
</style>
border-color css
<style>
span { border-color: #FCA7A1; }
span { border-color: rgb(252,167,161); }
td.TdClassName
{
border-color: #FCA7A1;
}
.TagClassName
{
border-color: #FCA7A1;
}
</style>