Shades of Sundown #FCB2AB
Tints of Sundown #FCB2AB
RGB
CMYK
RGB Variations
Color information
#FCB2AB (or 0xFCB2AB) is known color: Sundown. HEX triplet: FC, B2 and AB. RGB value is (252,178,171). Sum of RGB (Red+Green+Blue) = 252+178+171=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2AB is #034D54. Grayscale: #C7C7C7. Windows color (decimal): -216405 or 11252476. OLE color: 11252476.
HSL color Cylindrical-coordinate representation of color #FCB2AB: hue angle of 5.19º 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 #FCB2AB is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 171 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.01 |
| HSL | 5.19º | 0.93% | 0.83% | - |
| HSV(B) | 5.19º | 0.32% | 0.99% | - |
| XYZ | 63.42 | 55.48 | 45.89 | - |
| YUV | 199.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 171 | 0 | 0.29 | 0.32 | 0.01 | 5.19 | 0.93 | 0.83 |
| Hex | FC | B2 | AB | 0 | 1D | 20 | 1 | 5 | 5D | 53 |
| Octal | 374 | 262 | 253 | 0 | 35 | 40 | 1 | 5 | 135 | 123 |
| Binary | 11111100 | 10110010 | 10101011 | 0 | 11101 | 100000 | 1 | 101 | 1011101 | 1010011 |
Color Harmonies of #FCB2AB
Complementary color
Monochromatic Colors of #FCB2AB
Black with #FCB2AB
Text Example
Text Example
White with #FCB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2AB; }
p { color: rgb(252,178,171); }
H1.HeaderClassName
{
color: #FCB2AB;
}
.AnyTagClassName
{
color: #FCB2AB;
}
</style>
background-color css
<style>
a { background-color: #FCB2AB; }
a { background-color: rgb(252,178,171); }
div.DivClassName
{
background-color: #FCB2AB;
}
.BgClassName
{
background-color: #FCB2AB;
}
</style>
border-color css
<style>
span { border-color: #FCB2AB; }
span { border-color: rgb(252,178,171); }
td.TdClassName
{
border-color: #FCB2AB;
}
.TagClassName
{
border-color: #FCB2AB;
}
</style>