Shades of Sundown #FCACA8
Tints of Sundown #FCACA8
RGB
CMYK
RGB Variations
Color information
#FCACA8 (or 0xFCACA8) is known color: Sundown. HEX triplet: FC, AC and A8. RGB value is (252,172,168). Sum of RGB (Red+Green+Blue) = 252+172+168=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACA8 is #035357. Grayscale: #C3C3C3. Windows color (decimal): -217944 or 11054332. OLE color: 11054332.
HSL color Cylindrical-coordinate representation of color #FCACA8: hue angle of 2.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCACA8 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 168 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.01 |
| HSL | 2.86º | 0.93% | 0.82% | - |
| HSV(B) | 2.86º | 0.33% | 0.99% | - |
| XYZ | 61.97 | 53.03 | 44.02 | - |
| YUV | 195.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 168 | 0 | 0.32 | 0.33 | 0.01 | 2.86 | 0.93 | 0.82 |
| Hex | FC | AC | A8 | 0 | 20 | 21 | 1 | 3 | 5D | 52 |
| Octal | 374 | 254 | 250 | 0 | 40 | 41 | 1 | 3 | 135 | 122 |
| Binary | 11111100 | 10101100 | 10101000 | 0 | 100000 | 100001 | 1 | 11 | 1011101 | 1010010 |
Color Harmonies of #FCACA8
Complementary color
Monochromatic Colors of #FCACA8
Black with #FCACA8
Text Example
Text Example
White with #FCACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACA8; }
p { color: rgb(252,172,168); }
H1.HeaderClassName
{
color: #FCACA8;
}
.AnyTagClassName
{
color: #FCACA8;
}
</style>
background-color css
<style>
a { background-color: #FCACA8; }
a { background-color: rgb(252,172,168); }
div.DivClassName
{
background-color: #FCACA8;
}
.BgClassName
{
background-color: #FCACA8;
}
</style>
border-color css
<style>
span { border-color: #FCACA8; }
span { border-color: rgb(252,172,168); }
td.TdClassName
{
border-color: #FCACA8;
}
.TagClassName
{
border-color: #FCACA8;
}
</style>