Shades of Sundown #FCB0B0
Tints of Sundown #FCB0B0
RGB
CMYK
RGB Variations
Color information
#FCB0B0 (or 0xFCB0B0) is known color: Sundown. HEX triplet: FC, B0 and B0. RGB value is (252,176,176). Sum of RGB (Red+Green+Blue) = 252+176+176=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0B0 is #034F4F. Grayscale: #C6C6C6. Windows color (decimal): -216912 or 11579644. OLE color: 11579644.
HSL color Cylindrical-coordinate representation of color #FCB0B0: hue angle of 0º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0B0 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 176 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.01 |
| HSL | 0º | 0.93% | 0.84% | - |
| HSV(B) | 0º | 0.3% | 0.99% | - |
| XYZ | 63.51 | 54.88 | 48.32 | - |
| YUV | 198.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 176 | 0 | 0.30 | 0.30 | 0.01 | 0 | 0.93 | 0.84 |
| Hex | FC | B0 | B0 | 0 | 1E | 1E | 1 | 0 | 5D | 54 |
| Octal | 374 | 260 | 260 | 0 | 36 | 36 | 1 | 0 | 135 | 124 |
| Binary | 11111100 | 10110000 | 10110000 | 0 | 11110 | 11110 | 1 | 0 | 1011101 | 1010100 |
Color Harmonies of #FCB0B0
Complementary color
Monochromatic Colors of #FCB0B0
Black with #FCB0B0
Text Example
Text Example
White with #FCB0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0B0; }
p { color: rgb(252,176,176); }
H1.HeaderClassName
{
color: #FCB0B0;
}
.AnyTagClassName
{
color: #FCB0B0;
}
</style>
background-color css
<style>
a { background-color: #FCB0B0; }
a { background-color: rgb(252,176,176); }
div.DivClassName
{
background-color: #FCB0B0;
}
.BgClassName
{
background-color: #FCB0B0;
}
</style>
border-color css
<style>
span { border-color: #FCB0B0; }
span { border-color: rgb(252,176,176); }
td.TdClassName
{
border-color: #FCB0B0;
}
.TagClassName
{
border-color: #FCB0B0;
}
</style>