Shades of Sundown #FCACA9
Tints of Sundown #FCACA9
RGB
CMYK
RGB Variations
Color information
#FCACA9 (or 0xFCACA9) is known color: Sundown. HEX triplet: FC, AC and A9. RGB value is (252,172,169). Sum of RGB (Red+Green+Blue) = 252+172+169=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACA9 is #035356. Grayscale: #C3C3C3. Windows color (decimal): -217943 or 11119868. OLE color: 11119868.
HSL color Cylindrical-coordinate representation of color #FCACA9: hue angle of 2.17º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCACA9 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 169 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.01 |
| HSL | 2.17º | 0.93% | 0.83% | - |
| HSV(B) | 2.17º | 0.33% | 0.99% | - |
| XYZ | 62.06 | 53.07 | 44.51 | - |
| YUV | 195.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 169 | 0 | 0.32 | 0.33 | 0.01 | 2.17 | 0.93 | 0.83 |
| Hex | FC | AC | A9 | 0 | 20 | 21 | 1 | 2 | 5D | 53 |
| Octal | 374 | 254 | 251 | 0 | 40 | 41 | 1 | 2 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10101001 | 0 | 100000 | 100001 | 1 | 10 | 1011101 | 1010011 |
Color Harmonies of #FCACA9
Complementary color
Monochromatic Colors of #FCACA9
Black with #FCACA9
Text Example
Text Example
White with #FCACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACA9; }
p { color: rgb(252,172,169); }
H1.HeaderClassName
{
color: #FCACA9;
}
.AnyTagClassName
{
color: #FCACA9;
}
</style>
background-color css
<style>
a { background-color: #FCACA9; }
a { background-color: rgb(252,172,169); }
div.DivClassName
{
background-color: #FCACA9;
}
.BgClassName
{
background-color: #FCACA9;
}
</style>
border-color css
<style>
span { border-color: #FCACA9; }
span { border-color: rgb(252,172,169); }
td.TdClassName
{
border-color: #FCACA9;
}
.TagClassName
{
border-color: #FCACA9;
}
</style>