Shades of Sundown #FCB1B1
Tints of Sundown #FCB1B1
RGB
CMYK
RGB Variations
Color information
#FCB1B1 (or 0xFCB1B1) is known color: Sundown. HEX triplet: FC, B1 and B1. RGB value is (252,177,177). Sum of RGB (Red+Green+Blue) = 252+177+177=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1B1 is #034E4E. Grayscale: #C7C7C7. Windows color (decimal): -216655 or 11645436. OLE color: 11645436.
HSL color Cylindrical-coordinate representation of color #FCB1B1: 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 #FCB1B1 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 177 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.01 |
| HSL | 0º | 0.93% | 0.84% | - |
| HSV(B) | 0º | 0.3% | 0.99% | - |
| XYZ | 63.8 | 55.31 | 48.91 | - |
| YUV | 199.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 177 | 0 | 0.30 | 0.30 | 0.01 | 0 | 0.93 | 0.84 |
| Hex | FC | B1 | B1 | 0 | 1E | 1E | 1 | 0 | 5D | 54 |
| Octal | 374 | 261 | 261 | 0 | 36 | 36 | 1 | 0 | 135 | 124 |
| Binary | 11111100 | 10110001 | 10110001 | 0 | 11110 | 11110 | 1 | 0 | 1011101 | 1010100 |
Color Harmonies of #FCB1B1
Complementary color
Monochromatic Colors of #FCB1B1
Black with #FCB1B1
Text Example
Text Example
White with #FCB1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1B1; }
p { color: rgb(252,177,177); }
H1.HeaderClassName
{
color: #FCB1B1;
}
.AnyTagClassName
{
color: #FCB1B1;
}
</style>
background-color css
<style>
a { background-color: #FCB1B1; }
a { background-color: rgb(252,177,177); }
div.DivClassName
{
background-color: #FCB1B1;
}
.BgClassName
{
background-color: #FCB1B1;
}
</style>
border-color css
<style>
span { border-color: #FCB1B1; }
span { border-color: rgb(252,177,177); }
td.TdClassName
{
border-color: #FCB1B1;
}
.TagClassName
{
border-color: #FCB1B1;
}
</style>