Shades of Sundown #FCB0AD
Tints of Sundown #FCB0AD
RGB
CMYK
RGB Variations
Color information
#FCB0AD (or 0xFCB0AD) is known color: Sundown. HEX triplet: FC, B0 and AD. RGB value is (252,176,173). Sum of RGB (Red+Green+Blue) = 252+176+173=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0AD is #034F52. Grayscale: #C6C6C6. Windows color (decimal): -216915 or 11383036. OLE color: 11383036.
HSL color Cylindrical-coordinate representation of color #FCB0AD: hue angle of 2.28º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB0AD is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 173 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.01 |
| HSL | 2.28º | 0.93% | 0.83% | - |
| HSV(B) | 2.28º | 0.31% | 0.99% | - |
| XYZ | 63.21 | 54.76 | 46.77 | - |
| YUV | 198.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 173 | 0 | 0.30 | 0.31 | 0.01 | 2.28 | 0.93 | 0.83 |
| Hex | FC | B0 | AD | 0 | 1E | 1F | 1 | 2 | 5D | 53 |
| Octal | 374 | 260 | 255 | 0 | 36 | 37 | 1 | 2 | 135 | 123 |
| Binary | 11111100 | 10110000 | 10101101 | 0 | 11110 | 11111 | 1 | 10 | 1011101 | 1010011 |
Color Harmonies of #FCB0AD
Complementary color
Monochromatic Colors of #FCB0AD
Black with #FCB0AD
Text Example
Text Example
White with #FCB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0AD; }
p { color: rgb(252,176,173); }
H1.HeaderClassName
{
color: #FCB0AD;
}
.AnyTagClassName
{
color: #FCB0AD;
}
</style>
background-color css
<style>
a { background-color: #FCB0AD; }
a { background-color: rgb(252,176,173); }
div.DivClassName
{
background-color: #FCB0AD;
}
.BgClassName
{
background-color: #FCB0AD;
}
</style>
border-color css
<style>
span { border-color: #FCB0AD; }
span { border-color: rgb(252,176,173); }
td.TdClassName
{
border-color: #FCB0AD;
}
.TagClassName
{
border-color: #FCB0AD;
}
</style>