Shades of Sundown #FCA5A5
Tints of Sundown #FCA5A5
RGB
CMYK
RGB Variations
Color information
#FCA5A5 (or 0xFCA5A5) is known color: Sundown. HEX triplet: FC, A5 and A5. RGB value is (252,165,165). Sum of RGB (Red+Green+Blue) = 252+165+165=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5A5 is #035A5A. Grayscale: #BFBFBF. Windows color (decimal): -219739 or 10855932. OLE color: 10855932.
HSL color Cylindrical-coordinate representation of color #FCA5A5: hue angle of 0º 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 #FCA5A5 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 165 | 165 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.01 |
| HSL | 0º | 0.94% | 0.82% | - |
| HSV(B) | 0º | 0.35% | 0.99% | - |
| XYZ | 60.39 | 50.32 | 42.13 | - |
| YUV | 191.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 165 | 165 | 0 | 0.35 | 0.35 | 0.01 | 0 | 0.94 | 0.82 |
| Hex | FC | A5 | A5 | 0 | 23 | 23 | 1 | 0 | 5E | 52 |
| Octal | 374 | 245 | 245 | 0 | 43 | 43 | 1 | 0 | 136 | 122 |
| Binary | 11111100 | 10100101 | 10100101 | 0 | 100011 | 100011 | 1 | 0 | 1011110 | 1010010 |
Color Harmonies of #FCA5A5
Complementary color
Monochromatic Colors of #FCA5A5
Black with #FCA5A5
Text Example
Text Example
White with #FCA5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA5A5; }
p { color: rgb(252,165,165); }
H1.HeaderClassName
{
color: #FCA5A5;
}
.AnyTagClassName
{
color: #FCA5A5;
}
</style>
background-color css
<style>
a { background-color: #FCA5A5; }
a { background-color: rgb(252,165,165); }
div.DivClassName
{
background-color: #FCA5A5;
}
.BgClassName
{
background-color: #FCA5A5;
}
</style>
border-color css
<style>
span { border-color: #FCA5A5; }
span { border-color: rgb(252,165,165); }
td.TdClassName
{
border-color: #FCA5A5;
}
.TagClassName
{
border-color: #FCA5A5;
}
</style>