Shades of Sundown #FCB3AC
Tints of Sundown #FCB3AC
RGB
CMYK
RGB Variations
Color information
#FCB3AC (or 0xFCB3AC) is known color: Sundown. HEX triplet: FC, B3 and AC. RGB value is (252,179,172). Sum of RGB (Red+Green+Blue) = 252+179+172=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB3AC is #034C53. Grayscale: #C8C8C8. Windows color (decimal): -216148 or 11318268. OLE color: 11318268.
HSL color Cylindrical-coordinate representation of color #FCB3AC: hue angle of 5.25º 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 #FCB3AC is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 172 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.01 |
| HSL | 5.25º | 0.93% | 0.83% | - |
| HSV(B) | 5.25º | 0.32% | 0.99% | - |
| XYZ | 63.71 | 55.91 | 46.46 | - |
| YUV | 200.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 172 | 0 | 0.29 | 0.32 | 0.01 | 5.25 | 0.93 | 0.83 |
| Hex | FC | B3 | AC | 0 | 1D | 20 | 1 | 5 | 5D | 53 |
| Octal | 374 | 263 | 254 | 0 | 35 | 40 | 1 | 5 | 135 | 123 |
| Binary | 11111100 | 10110011 | 10101100 | 0 | 11101 | 100000 | 1 | 101 | 1011101 | 1010011 |
Color Harmonies of #FCB3AC
Complementary color
Monochromatic Colors of #FCB3AC
Black with #FCB3AC
Text Example
Text Example
White with #FCB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3AC; }
p { color: rgb(252,179,172); }
H1.HeaderClassName
{
color: #FCB3AC;
}
.AnyTagClassName
{
color: #FCB3AC;
}
</style>
background-color css
<style>
a { background-color: #FCB3AC; }
a { background-color: rgb(252,179,172); }
div.DivClassName
{
background-color: #FCB3AC;
}
.BgClassName
{
background-color: #FCB3AC;
}
</style>
border-color css
<style>
span { border-color: #FCB3AC; }
span { border-color: rgb(252,179,172); }
td.TdClassName
{
border-color: #FCB3AC;
}
.TagClassName
{
border-color: #FCB3AC;
}
</style>