Shades of Sundown #FCB0A8
Tints of Sundown #FCB0A8
RGB
CMYK
RGB Variations
Color information
#FCB0A8 (or 0xFCB0A8) is known color: Sundown. HEX triplet: FC, B0 and A8. RGB value is (252,176,168). Sum of RGB (Red+Green+Blue) = 252+176+168=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0A8 is #034F57. Grayscale: #C5C5C5. Windows color (decimal): -216920 or 11055356. OLE color: 11055356.
HSL color Cylindrical-coordinate representation of color #FCB0A8: hue angle of 5.71º 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 #FCB0A8 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 168 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.01 |
| HSL | 5.71º | 0.93% | 0.82% | - |
| HSV(B) | 5.71º | 0.33% | 0.99% | - |
| XYZ | 62.74 | 54.57 | 44.27 | - |
| YUV | 197.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 168 | 0 | 0.30 | 0.33 | 0.01 | 5.71 | 0.93 | 0.82 |
| Hex | FC | B0 | A8 | 0 | 1E | 21 | 1 | 6 | 5D | 52 |
| Octal | 374 | 260 | 250 | 0 | 36 | 41 | 1 | 6 | 135 | 122 |
| Binary | 11111100 | 10110000 | 10101000 | 0 | 11110 | 100001 | 1 | 110 | 1011101 | 1010010 |
Color Harmonies of #FCB0A8
Complementary color
Monochromatic Colors of #FCB0A8
Black with #FCB0A8
Text Example
Text Example
White with #FCB0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0A8; }
p { color: rgb(252,176,168); }
H1.HeaderClassName
{
color: #FCB0A8;
}
.AnyTagClassName
{
color: #FCB0A8;
}
</style>
background-color css
<style>
a { background-color: #FCB0A8; }
a { background-color: rgb(252,176,168); }
div.DivClassName
{
background-color: #FCB0A8;
}
.BgClassName
{
background-color: #FCB0A8;
}
</style>
border-color css
<style>
span { border-color: #FCB0A8; }
span { border-color: rgb(252,176,168); }
td.TdClassName
{
border-color: #FCB0A8;
}
.TagClassName
{
border-color: #FCB0A8;
}
</style>