Shades of Sundown #FCB4AB
Tints of Sundown #FCB4AB
RGB
CMYK
RGB Variations
Color information
#FCB4AB (or 0xFCB4AB) is known color: Sundown. HEX triplet: FC, B4 and AB. RGB value is (252,180,171). Sum of RGB (Red+Green+Blue) = 252+180+171=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4AB is #034B54. Grayscale: #C8C8C8. Windows color (decimal): -215893 or 11252988. OLE color: 11252988.
HSL color Cylindrical-coordinate representation of color #FCB4AB: hue angle of 6.67º 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 #FCB4AB is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 171 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.01 |
| HSL | 6.67º | 0.93% | 0.83% | - |
| HSV(B) | 6.67º | 0.32% | 0.99% | - |
| XYZ | 63.82 | 56.28 | 46.03 | - |
| YUV | 200.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 171 | 0 | 0.29 | 0.32 | 0.01 | 6.67 | 0.93 | 0.83 |
| Hex | FC | B4 | AB | 0 | 1D | 20 | 1 | 7 | 5D | 53 |
| Octal | 374 | 264 | 253 | 0 | 35 | 40 | 1 | 7 | 135 | 123 |
| Binary | 11111100 | 10110100 | 10101011 | 0 | 11101 | 100000 | 1 | 111 | 1011101 | 1010011 |
Color Harmonies of #FCB4AB
Complementary color
Monochromatic Colors of #FCB4AB
Black with #FCB4AB
Text Example
Text Example
White with #FCB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4AB; }
p { color: rgb(252,180,171); }
H1.HeaderClassName
{
color: #FCB4AB;
}
.AnyTagClassName
{
color: #FCB4AB;
}
</style>
background-color css
<style>
a { background-color: #FCB4AB; }
a { background-color: rgb(252,180,171); }
div.DivClassName
{
background-color: #FCB4AB;
}
.BgClassName
{
background-color: #FCB4AB;
}
</style>
border-color css
<style>
span { border-color: #FCB4AB; }
span { border-color: rgb(252,180,171); }
td.TdClassName
{
border-color: #FCB4AB;
}
.TagClassName
{
border-color: #FCB4AB;
}
</style>