Shades of Sundown #FCA9A8
Tints of Sundown #FCA9A8
RGB
CMYK
RGB Variations
Color information
#FCA9A8 (or 0xFCA9A8) is known color: Sundown. HEX triplet: FC, A9 and A8. RGB value is (252,169,168). Sum of RGB (Red+Green+Blue) = 252+169+168=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA9A8 is #035657. Grayscale: #C1C1C1. Windows color (decimal): -218712 or 11053564. OLE color: 11053564.
HSL color Cylindrical-coordinate representation of color #FCA9A8: hue angle of 0.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA9A8 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 168 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.01 |
| HSL | 0.71º | 0.93% | 0.82% | - |
| HSV(B) | 0.71º | 0.33% | 0.99% | - |
| XYZ | 61.4 | 51.9 | 43.83 | - |
| YUV | 193.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 168 | 0 | 0.33 | 0.33 | 0.01 | 0.71 | 0.93 | 0.82 |
| Hex | FC | A9 | A8 | 0 | 21 | 21 | 1 | 1 | 5D | 52 |
| Octal | 374 | 251 | 250 | 0 | 41 | 41 | 1 | 1 | 135 | 122 |
| Binary | 11111100 | 10101001 | 10101000 | 0 | 100001 | 100001 | 1 | 1 | 1011101 | 1010010 |
Color Harmonies of #FCA9A8
Complementary color
Monochromatic Colors of #FCA9A8
Black with #FCA9A8
Text Example
Text Example
White with #FCA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9A8; }
p { color: rgb(252,169,168); }
H1.HeaderClassName
{
color: #FCA9A8;
}
.AnyTagClassName
{
color: #FCA9A8;
}
</style>
background-color css
<style>
a { background-color: #FCA9A8; }
a { background-color: rgb(252,169,168); }
div.DivClassName
{
background-color: #FCA9A8;
}
.BgClassName
{
background-color: #FCA9A8;
}
</style>
border-color css
<style>
span { border-color: #FCA9A8; }
span { border-color: rgb(252,169,168); }
td.TdClassName
{
border-color: #FCA9A8;
}
.TagClassName
{
border-color: #FCA9A8;
}
</style>