Shades of Sundown #FCB1A8
Tints of Sundown #FCB1A8
RGB
CMYK
RGB Variations
Color information
#FCB1A8 (or 0xFCB1A8) is known color: Sundown. HEX triplet: FC, B1 and A8. RGB value is (252,177,168). Sum of RGB (Red+Green+Blue) = 252+177+168=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1A8 is #034E57. Grayscale: #C6C6C6. Windows color (decimal): -216664 or 11055612. OLE color: 11055612.
HSL color Cylindrical-coordinate representation of color #FCB1A8: hue angle of 6.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCB1A8 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 168 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.01 |
| HSL | 6.43º | 0.93% | 0.82% | - |
| HSV(B) | 6.43º | 0.33% | 0.99% | - |
| XYZ | 62.93 | 54.97 | 44.34 | - |
| YUV | 198.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 168 | 0 | 0.30 | 0.33 | 0.01 | 6.43 | 0.93 | 0.82 |
| Hex | FC | B1 | A8 | 0 | 1E | 21 | 1 | 6 | 5D | 52 |
| Octal | 374 | 261 | 250 | 0 | 36 | 41 | 1 | 6 | 135 | 122 |
| Binary | 11111100 | 10110001 | 10101000 | 0 | 11110 | 100001 | 1 | 110 | 1011101 | 1010010 |
Color Harmonies of #FCB1A8
Complementary color
Monochromatic Colors of #FCB1A8
Black with #FCB1A8
Text Example
Text Example
White with #FCB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1A8; }
p { color: rgb(252,177,168); }
H1.HeaderClassName
{
color: #FCB1A8;
}
.AnyTagClassName
{
color: #FCB1A8;
}
</style>
background-color css
<style>
a { background-color: #FCB1A8; }
a { background-color: rgb(252,177,168); }
div.DivClassName
{
background-color: #FCB1A8;
}
.BgClassName
{
background-color: #FCB1A8;
}
</style>
border-color css
<style>
span { border-color: #FCB1A8; }
span { border-color: rgb(252,177,168); }
td.TdClassName
{
border-color: #FCB1A8;
}
.TagClassName
{
border-color: #FCB1A8;
}
</style>