Shades of Sundown #FCA8A3
Tints of Sundown #FCA8A3
RGB
CMYK
RGB Variations
Color information
#FCA8A3 (or 0xFCA8A3) is known color: Sundown. HEX triplet: FC, A8 and A3. RGB value is (252,168,163). Sum of RGB (Red+Green+Blue) = 252+168+163=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A3 is #03575C. Grayscale: #C0C0C0. Windows color (decimal): -218973 or 10725628. OLE color: 10725628.
HSL color Cylindrical-coordinate representation of color #FCA8A3: hue angle of 3.37º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA8A3 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 163 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.01 |
| HSL | 3.37º | 0.94% | 0.81% | - |
| HSV(B) | 3.37º | 0.35% | 0.99% | - |
| XYZ | 60.76 | 51.35 | 41.36 | - |
| YUV | 192.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 163 | 0 | 0.33 | 0.35 | 0.01 | 3.37 | 0.94 | 0.81 |
| Hex | FC | A8 | A3 | 0 | 21 | 23 | 1 | 3 | 5E | 51 |
| Octal | 374 | 250 | 243 | 0 | 41 | 43 | 1 | 3 | 136 | 121 |
| Binary | 11111100 | 10101000 | 10100011 | 0 | 100001 | 100011 | 1 | 11 | 1011110 | 1010001 |
Color Harmonies of #FCA8A3
Complementary color
Monochromatic Colors of #FCA8A3
Black with #FCA8A3
Text Example
Text Example
White with #FCA8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8A3; }
p { color: rgb(252,168,163); }
H1.HeaderClassName
{
color: #FCA8A3;
}
.AnyTagClassName
{
color: #FCA8A3;
}
</style>
background-color css
<style>
a { background-color: #FCA8A3; }
a { background-color: rgb(252,168,163); }
div.DivClassName
{
background-color: #FCA8A3;
}
.BgClassName
{
background-color: #FCA8A3;
}
</style>
border-color css
<style>
span { border-color: #FCA8A3; }
span { border-color: rgb(252,168,163); }
td.TdClassName
{
border-color: #FCA8A3;
}
.TagClassName
{
border-color: #FCA8A3;
}
</style>