Shades of Sundown #FCB0A5
Tints of Sundown #FCB0A5
RGB
CMYK
RGB Variations
Color information
#FCB0A5 (or 0xFCB0A5) is known color: Sundown. HEX triplet: FC, B0 and A5. RGB value is (252,176,165). Sum of RGB (Red+Green+Blue) = 252+176+165=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0A5 is #034F5A. Grayscale: #C5C5C5. Windows color (decimal): -216923 or 10858748. OLE color: 10858748.
HSL color Cylindrical-coordinate representation of color #FCB0A5: hue angle of 7.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCB0A5 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 165 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.01 |
| HSL | 7.59º | 0.94% | 0.82% | - |
| HSV(B) | 7.59º | 0.35% | 0.99% | - |
| XYZ | 62.46 | 54.46 | 42.82 | - |
| YUV | 197.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 165 | 0 | 0.30 | 0.35 | 0.01 | 7.59 | 0.94 | 0.82 |
| Hex | FC | B0 | A5 | 0 | 1E | 23 | 1 | 8 | 5E | 52 |
| Octal | 374 | 260 | 245 | 0 | 36 | 43 | 1 | 10 | 136 | 122 |
| Binary | 11111100 | 10110000 | 10100101 | 0 | 11110 | 100011 | 1 | 1000 | 1011110 | 1010010 |
Color Harmonies of #FCB0A5
Complementary color
Monochromatic Colors of #FCB0A5
Black with #FCB0A5
Text Example
Text Example
White with #FCB0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0A5; }
p { color: rgb(252,176,165); }
H1.HeaderClassName
{
color: #FCB0A5;
}
.AnyTagClassName
{
color: #FCB0A5;
}
</style>
background-color css
<style>
a { background-color: #FCB0A5; }
a { background-color: rgb(252,176,165); }
div.DivClassName
{
background-color: #FCB0A5;
}
.BgClassName
{
background-color: #FCB0A5;
}
</style>
border-color css
<style>
span { border-color: #FCB0A5; }
span { border-color: rgb(252,176,165); }
td.TdClassName
{
border-color: #FCB0A5;
}
.TagClassName
{
border-color: #FCB0A5;
}
</style>