Shades of Tacao #FDB088
Tints of Tacao #FDB088
RGB
CMYK
RGB Variations
Color information
#FDB088 (or 0xFDB088) is known color: Tacao. HEX triplet: FD, B0 and 88. RGB value is (253,176,136). Sum of RGB (Red+Green+Blue) = 253+176+136=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB088 is #024F77. Grayscale: #C2C2C2. Windows color (decimal): -151416 or 8958205. OLE color: 8958205.
HSL color Cylindrical-coordinate representation of color #FDB088: hue angle of 20.51º degrees, saturation: 0.97, 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 #FDB088 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 136 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.01 |
| HSL | 20.51º | 0.97% | 0.76% | - |
| HSV(B) | 20.51º | 0.46% | 0.99% | - |
| XYZ | 60.48 | 53.71 | 30.47 | - |
| YUV | 194.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 136 | 0 | 0.30 | 0.46 | 0.01 | 20.51 | 0.97 | 0.76 |
| Hex | FD | B0 | 88 | 0 | 1E | 2E | 1 | 15 | 61 | 4C |
| Octal | 375 | 260 | 210 | 0 | 36 | 56 | 1 | 25 | 141 | 114 |
| Binary | 11111101 | 10110000 | 10001000 | 0 | 11110 | 101110 | 1 | 10101 | 1100001 | 1001100 |
Color Harmonies of #FDB088
Complementary color
Monochromatic Colors of #FDB088
Black with #FDB088
Text Example
Text Example
White with #FDB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB088; }
p { color: rgb(253,176,136); }
H1.HeaderClassName
{
color: #FDB088;
}
.AnyTagClassName
{
color: #FDB088;
}
</style>
background-color css
<style>
a { background-color: #FDB088; }
a { background-color: rgb(253,176,136); }
div.DivClassName
{
background-color: #FDB088;
}
.BgClassName
{
background-color: #FDB088;
}
</style>
border-color css
<style>
span { border-color: #FDB088; }
span { border-color: rgb(253,176,136); }
td.TdClassName
{
border-color: #FDB088;
}
.TagClassName
{
border-color: #FDB088;
}
</style>