Shades of Tacao #FCB187
Tints of Tacao #FCB187
RGB
CMYK
RGB Variations
Color information
#FCB187 (or 0xFCB187) is known color: Tacao. HEX triplet: FC, B1 and 87. RGB value is (252,177,135). Sum of RGB (Red+Green+Blue) = 252+177+135=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB187 is #034E78. Grayscale: #C2C2C2. Windows color (decimal): -216697 or 8892924. OLE color: 8892924.
HSL color Cylindrical-coordinate representation of color #FCB187: hue angle of 21.54º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCB187 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 135 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.01 |
| HSL | 21.54º | 0.95% | 0.76% | - |
| HSV(B) | 21.54º | 0.46% | 0.99% | - |
| XYZ | 60.24 | 53.89 | 30.15 | - |
| YUV | 194.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 135 | 0 | 0.30 | 0.46 | 0.01 | 21.54 | 0.95 | 0.76 |
| Hex | FC | B1 | 87 | 0 | 1E | 2E | 1 | 16 | 5F | 4C |
| Octal | 374 | 261 | 207 | 0 | 36 | 56 | 1 | 26 | 137 | 114 |
| Binary | 11111100 | 10110001 | 10000111 | 0 | 11110 | 101110 | 1 | 10110 | 1011111 | 1001100 |
Color Harmonies of #FCB187
Complementary color
Monochromatic Colors of #FCB187
Black with #FCB187
Text Example
Text Example
White with #FCB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB187; }
p { color: rgb(252,177,135); }
H1.HeaderClassName
{
color: #FCB187;
}
.AnyTagClassName
{
color: #FCB187;
}
</style>
background-color css
<style>
a { background-color: #FCB187; }
a { background-color: rgb(252,177,135); }
div.DivClassName
{
background-color: #FCB187;
}
.BgClassName
{
background-color: #FCB187;
}
</style>
border-color css
<style>
span { border-color: #FCB187; }
span { border-color: rgb(252,177,135); }
td.TdClassName
{
border-color: #FCB187;
}
.TagClassName
{
border-color: #FCB187;
}
</style>