Shades of Sundown #FCA8A6
Tints of Sundown #FCA8A6
RGB
CMYK
RGB Variations
Color information
#FCA8A6 (or 0xFCA8A6) is known color: Sundown. HEX triplet: FC, A8 and A6. RGB value is (252,168,166). Sum of RGB (Red+Green+Blue) = 252+168+166=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A6 is #035759. Grayscale: #C0C0C0. Windows color (decimal): -218970 or 10922236. OLE color: 10922236.
HSL color Cylindrical-coordinate representation of color #FCA8A6: hue angle of 1.4º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA8A6 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 168 | 166 | - |
CMYK | 0 | 0.33 | 0.34 | 0.01 |
HSL | 1.4º | 0.93% | 0.82% | - |
HSV(B) | 1.4º | 0.34% | 0.99% | - |
XYZ | 61.03 | 51.45 | 42.79 | - |
YUV | 192.89 | 112.83 | 170.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 168 | 166 | 0 | 0.33 | 0.34 | 0.01 | 1.4 | 0.93 | 0.82 |
Hex | FC | A8 | A6 | 0 | 21 | 22 | 1 | 1 | 5D | 52 |
Octal | 374 | 250 | 246 | 0 | 41 | 42 | 1 | 1 | 135 | 122 |
Binary | 11111100 | 10101000 | 10100110 | 0 | 100001 | 100010 | 1 | 1 | 1011101 | 1010010 |
Color Harmonies of #FCA8A6
Complementary color
Monochromatic Colors of #FCA8A6
Black with #FCA8A6
Text Example
Text Example
White with #FCA8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8A6; }
p { color: rgb(252,168,166); }
H1.HeaderClassName
{
color: #FCA8A6;
}
.AnyTagClassName
{
color: #FCA8A6;
}
</style>
background-color css
<style>
a { background-color: #FCA8A6; }
a { background-color: rgb(252,168,166); }
div.DivClassName
{
background-color: #FCA8A6;
}
.BgClassName
{
background-color: #FCA8A6;
}
</style>
border-color css
<style>
span { border-color: #FCA8A6; }
span { border-color: rgb(252,168,166); }
td.TdClassName
{
border-color: #FCA8A6;
}
.TagClassName
{
border-color: #FCA8A6;
}
</style>