Shades of Tacao #FCB085
Tints of Tacao #FCB085
RGB
CMYK
RGB Variations
Color information
#FCB085 (or 0xFCB085) is known color: Tacao. HEX triplet: FC, B0 and 85. RGB value is (252,176,133). Sum of RGB (Red+Green+Blue) = 252+176+133=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB085 is #034F7A. Grayscale: #C2C2C2. Windows color (decimal): -216955 or 8761596. OLE color: 8761596.
HSL color Cylindrical-coordinate representation of color #FCB085: hue angle of 21.68º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCB085 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 133 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.01 |
| HSL | 21.68º | 0.95% | 0.75% | - |
| HSV(B) | 21.68º | 0.47% | 0.99% | - |
| XYZ | 59.9 | 53.44 | 29.35 | - |
| YUV | 193.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 133 | 0 | 0.30 | 0.47 | 0.01 | 21.68 | 0.95 | 0.75 |
| Hex | FC | B0 | 85 | 0 | 1E | 2F | 1 | 16 | 5F | 4B |
| Octal | 374 | 260 | 205 | 0 | 36 | 57 | 1 | 26 | 137 | 113 |
| Binary | 11111100 | 10110000 | 10000101 | 0 | 11110 | 101111 | 1 | 10110 | 1011111 | 1001011 |
Color Harmonies of #FCB085
Complementary color
Monochromatic Colors of #FCB085
Black with #FCB085
Text Example
Text Example
White with #FCB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB085; }
p { color: rgb(252,176,133); }
H1.HeaderClassName
{
color: #FCB085;
}
.AnyTagClassName
{
color: #FCB085;
}
</style>
background-color css
<style>
a { background-color: #FCB085; }
a { background-color: rgb(252,176,133); }
div.DivClassName
{
background-color: #FCB085;
}
.BgClassName
{
background-color: #FCB085;
}
</style>
border-color css
<style>
span { border-color: #FCB085; }
span { border-color: rgb(252,176,133); }
td.TdClassName
{
border-color: #FCB085;
}
.TagClassName
{
border-color: #FCB085;
}
</style>