Shades of Sundown #FCA5A4
Tints of Sundown #FCA5A4
RGB
CMYK
RGB Variations
Color information
#FCA5A4 (or 0xFCA5A4) is known color: Sundown. HEX triplet: FC, A5 and A4. RGB value is (252,165,164). Sum of RGB (Red+Green+Blue) = 252+165+164=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5A4 is #035A5B. Grayscale: #BEBEBE. Windows color (decimal): -219740 or 10790396. OLE color: 10790396.
HSL color Cylindrical-coordinate representation of color #FCA5A4: hue angle of 0.68º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA5A4 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 165 | 164 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.01 |
| HSL | 0.68º | 0.94% | 0.82% | - |
| HSV(B) | 0.68º | 0.35% | 0.99% | - |
| XYZ | 60.3 | 50.29 | 41.65 | - |
| YUV | 190.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 165 | 164 | 0 | 0.35 | 0.35 | 0.01 | 0.68 | 0.94 | 0.82 |
| Hex | FC | A5 | A4 | 0 | 23 | 23 | 1 | 1 | 5E | 52 |
| Octal | 374 | 245 | 244 | 0 | 43 | 43 | 1 | 1 | 136 | 122 |
| Binary | 11111100 | 10100101 | 10100100 | 0 | 100011 | 100011 | 1 | 1 | 1011110 | 1010010 |
Color Harmonies of #FCA5A4
Complementary color
Monochromatic Colors of #FCA5A4
Black with #FCA5A4
Text Example
Text Example
White with #FCA5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA5A4; }
p { color: rgb(252,165,164); }
H1.HeaderClassName
{
color: #FCA5A4;
}
.AnyTagClassName
{
color: #FCA5A4;
}
</style>
background-color css
<style>
a { background-color: #FCA5A4; }
a { background-color: rgb(252,165,164); }
div.DivClassName
{
background-color: #FCA5A4;
}
.BgClassName
{
background-color: #FCA5A4;
}
</style>
border-color css
<style>
span { border-color: #FCA5A4; }
span { border-color: rgb(252,165,164); }
td.TdClassName
{
border-color: #FCA5A4;
}
.TagClassName
{
border-color: #FCA5A4;
}
</style>