Shades of Sundown #FCACAB
Tints of Sundown #FCACAB
RGB
CMYK
RGB Variations
Color information
#FCACAB (or 0xFCACAB) is known color: Sundown. HEX triplet: FC, AC and AB. RGB value is (252,172,171). Sum of RGB (Red+Green+Blue) = 252+172+171=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACAB is #035354. Grayscale: #C3C3C3. Windows color (decimal): -217941 or 11250940. OLE color: 11250940.
HSL color Cylindrical-coordinate representation of color #FCACAB: hue angle of 0.74º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACAB is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 171 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.01 |
| HSL | 0.74º | 0.93% | 0.83% | - |
| HSV(B) | 0.74º | 0.32% | 0.99% | - |
| XYZ | 62.25 | 53.14 | 45.5 | - |
| YUV | 195.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 171 | 0 | 0.32 | 0.32 | 0.01 | 0.74 | 0.93 | 0.83 |
| Hex | FC | AC | AB | 0 | 20 | 20 | 1 | 1 | 5D | 53 |
| Octal | 374 | 254 | 253 | 0 | 40 | 40 | 1 | 1 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10101011 | 0 | 100000 | 100000 | 1 | 1 | 1011101 | 1010011 |
Color Harmonies of #FCACAB
Complementary color
Monochromatic Colors of #FCACAB
Black with #FCACAB
Text Example
Text Example
White with #FCACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACAB; }
p { color: rgb(252,172,171); }
H1.HeaderClassName
{
color: #FCACAB;
}
.AnyTagClassName
{
color: #FCACAB;
}
</style>
background-color css
<style>
a { background-color: #FCACAB; }
a { background-color: rgb(252,172,171); }
div.DivClassName
{
background-color: #FCACAB;
}
.BgClassName
{
background-color: #FCACAB;
}
</style>
border-color css
<style>
span { border-color: #FCACAB; }
span { border-color: rgb(252,172,171); }
td.TdClassName
{
border-color: #FCACAB;
}
.TagClassName
{
border-color: #FCACAB;
}
</style>