Shades of Sundown #FCAFA6
Tints of Sundown #FCAFA6
RGB
CMYK
RGB Variations
Color information
#FCAFA6 (or 0xFCAFA6) is known color: Sundown. HEX triplet: FC, AF and A6. RGB value is (252,175,166). Sum of RGB (Red+Green+Blue) = 252+175+166=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFA6 is #035059. Grayscale: #C5C5C5. Windows color (decimal): -217178 or 10924028. OLE color: 10924028.
HSL color Cylindrical-coordinate representation of color #FCAFA6: hue angle of 6.28º 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 #FCAFA6 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 166 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.01 |
| HSL | 6.28º | 0.93% | 0.82% | - |
| HSV(B) | 6.28º | 0.34% | 0.99% | - |
| XYZ | 62.36 | 54.11 | 43.23 | - |
| YUV | 197 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 166 | 0 | 0.31 | 0.34 | 0.01 | 6.28 | 0.93 | 0.82 |
| Hex | FC | AF | A6 | 0 | 1F | 22 | 1 | 6 | 5D | 52 |
| Octal | 374 | 257 | 246 | 0 | 37 | 42 | 1 | 6 | 135 | 122 |
| Binary | 11111100 | 10101111 | 10100110 | 0 | 11111 | 100010 | 1 | 110 | 1011101 | 1010010 |
Color Harmonies of #FCAFA6
Complementary color
Monochromatic Colors of #FCAFA6
Black with #FCAFA6
Text Example
Text Example
White with #FCAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFA6; }
p { color: rgb(252,175,166); }
H1.HeaderClassName
{
color: #FCAFA6;
}
.AnyTagClassName
{
color: #FCAFA6;
}
</style>
background-color css
<style>
a { background-color: #FCAFA6; }
a { background-color: rgb(252,175,166); }
div.DivClassName
{
background-color: #FCAFA6;
}
.BgClassName
{
background-color: #FCAFA6;
}
</style>
border-color css
<style>
span { border-color: #FCAFA6; }
span { border-color: rgb(252,175,166); }
td.TdClassName
{
border-color: #FCAFA6;
}
.TagClassName
{
border-color: #FCAFA6;
}
</style>