Shades of Sundown #FCB4B1
Tints of Sundown #FCB4B1
RGB
CMYK
RGB Variations
Color information
#FCB4B1 (or 0xFCB4B1) is known color: Sundown. HEX triplet: FC, B4 and B1. RGB value is (252,180,177). Sum of RGB (Red+Green+Blue) = 252+180+177=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4B1 is #034B4E. Grayscale: #C9C9C9. Windows color (decimal): -215887 or 11646204. OLE color: 11646204.
HSL color Cylindrical-coordinate representation of color #FCB4B1: hue angle of 2.4º 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 #FCB4B1 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 177 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.01 |
| HSL | 2.4º | 0.93% | 0.84% | - |
| HSV(B) | 2.4º | 0.3% | 0.99% | - |
| XYZ | 64.4 | 56.51 | 49.11 | - |
| YUV | 201.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 177 | 0 | 0.29 | 0.30 | 0.01 | 2.4 | 0.93 | 0.84 |
| Hex | FC | B4 | B1 | 0 | 1D | 1E | 1 | 2 | 5D | 54 |
| Octal | 374 | 264 | 261 | 0 | 35 | 36 | 1 | 2 | 135 | 124 |
| Binary | 11111100 | 10110100 | 10110001 | 0 | 11101 | 11110 | 1 | 10 | 1011101 | 1010100 |
Color Harmonies of #FCB4B1
Complementary color
Monochromatic Colors of #FCB4B1
Black with #FCB4B1
Text Example
Text Example
White with #FCB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4B1; }
p { color: rgb(252,180,177); }
H1.HeaderClassName
{
color: #FCB4B1;
}
.AnyTagClassName
{
color: #FCB4B1;
}
</style>
background-color css
<style>
a { background-color: #FCB4B1; }
a { background-color: rgb(252,180,177); }
div.DivClassName
{
background-color: #FCB4B1;
}
.BgClassName
{
background-color: #FCB4B1;
}
</style>
border-color css
<style>
span { border-color: #FCB4B1; }
span { border-color: rgb(252,180,177); }
td.TdClassName
{
border-color: #FCB4B1;
}
.TagClassName
{
border-color: #FCB4B1;
}
</style>