Shades of Sundown #FCB3A8
Tints of Sundown #FCB3A8
RGB
CMYK
RGB Variations
Color information
#FCB3A8 (or 0xFCB3A8) is known color: Sundown. HEX triplet: FC, B3 and A8. RGB value is (252,179,168). Sum of RGB (Red+Green+Blue) = 252+179+168=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB3A8 is #034C57. Grayscale: #C7C7C7. Windows color (decimal): -216152 or 11056124. OLE color: 11056124.
HSL color Cylindrical-coordinate representation of color #FCB3A8: hue angle of 7.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 #FCB3A8 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 168 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.01 |
| HSL | 7.86º | 0.93% | 0.82% | - |
| HSV(B) | 7.86º | 0.33% | 0.99% | - |
| XYZ | 63.33 | 55.76 | 44.47 | - |
| YUV | 199.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 168 | 0 | 0.29 | 0.33 | 0.01 | 7.86 | 0.93 | 0.82 |
| Hex | FC | B3 | A8 | 0 | 1D | 21 | 1 | 8 | 5D | 52 |
| Octal | 374 | 263 | 250 | 0 | 35 | 41 | 1 | 10 | 135 | 122 |
| Binary | 11111100 | 10110011 | 10101000 | 0 | 11101 | 100001 | 1 | 1000 | 1011101 | 1010010 |
Color Harmonies of #FCB3A8
Complementary color
Monochromatic Colors of #FCB3A8
Black with #FCB3A8
Text Example
Text Example
White with #FCB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3A8; }
p { color: rgb(252,179,168); }
H1.HeaderClassName
{
color: #FCB3A8;
}
.AnyTagClassName
{
color: #FCB3A8;
}
</style>
background-color css
<style>
a { background-color: #FCB3A8; }
a { background-color: rgb(252,179,168); }
div.DivClassName
{
background-color: #FCB3A8;
}
.BgClassName
{
background-color: #FCB3A8;
}
</style>
border-color css
<style>
span { border-color: #FCB3A8; }
span { border-color: rgb(252,179,168); }
td.TdClassName
{
border-color: #FCB3A8;
}
.TagClassName
{
border-color: #FCB3A8;
}
</style>