Shades of Sundown #FCA8A8
Tints of Sundown #FCA8A8
RGB
CMYK
RGB Variations
Color information
#FCA8A8 (or 0xFCA8A8) is known color: Sundown. HEX triplet: FC, A8 and A8. RGB value is (252,168,168). Sum of RGB (Red+Green+Blue) = 252+168+168=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A8 is #035757. Grayscale: #C1C1C1. Windows color (decimal): -218968 or 11053308. OLE color: 11053308.
HSL color Cylindrical-coordinate representation of color #FCA8A8: hue angle of 0º 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 #FCA8A8 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 168 | 168 | - |
CMYK | 0 | 0.33 | 0.33 | 0.01 |
HSL | 0º | 0.93% | 0.82% | - |
HSV(B) | 0º | 0.33% | 0.99% | - |
XYZ | 61.22 | 51.53 | 43.77 | - |
YUV | 193.12 | 113.83 | 170 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 168 | 168 | 0 | 0.33 | 0.33 | 0.01 | 0 | 0.93 | 0.82 |
Hex | FC | A8 | A8 | 0 | 21 | 21 | 1 | 0 | 5D | 52 |
Octal | 374 | 250 | 250 | 0 | 41 | 41 | 1 | 0 | 135 | 122 |
Binary | 11111100 | 10101000 | 10101000 | 0 | 100001 | 100001 | 1 | 0 | 1011101 | 1010010 |
Color Harmonies of #FCA8A8
Complementary color
Monochromatic Colors of #FCA8A8
Black with #FCA8A8
Text Example
Text Example
White with #FCA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8A8; }
p { color: rgb(252,168,168); }
H1.HeaderClassName
{
color: #FCA8A8;
}
.AnyTagClassName
{
color: #FCA8A8;
}
</style>
background-color css
<style>
a { background-color: #FCA8A8; }
a { background-color: rgb(252,168,168); }
div.DivClassName
{
background-color: #FCA8A8;
}
.BgClassName
{
background-color: #FCA8A8;
}
</style>
border-color css
<style>
span { border-color: #FCA8A8; }
span { border-color: rgb(252,168,168); }
td.TdClassName
{
border-color: #FCA8A8;
}
.TagClassName
{
border-color: #FCA8A8;
}
</style>