Shades of Corvette #F5BA88
Tints of Corvette #F5BA88
RGB
CMYK
RGB Variations
Color information
#F5BA88 (or 0xF5BA88) is known color: Corvette. HEX triplet: F5, BA and 88. RGB value is (245,186,136). Sum of RGB (Red+Green+Blue) = 245+186+136=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BA88 is #0A4577. Grayscale: #C6C6C6. Windows color (decimal): -673144 or 8960757. OLE color: 8960757.
HSL color Cylindrical-coordinate representation of color #F5BA88: hue angle of 27.52º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5BA88 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 136 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.04 |
| HSL | 27.52º | 0.84% | 0.75% | - |
| HSV(B) | 27.52º | 0.44% | 0.96% | - |
| XYZ | 59.66 | 56.31 | 31.02 | - |
| YUV | 197.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 136 | 0 | 0.24 | 0.44 | 0.04 | 27.52 | 0.84 | 0.75 |
| Hex | F5 | BA | 88 | 0 | 18 | 2C | 4 | 1C | 54 | 4B |
| Octal | 365 | 272 | 210 | 0 | 30 | 54 | 4 | 34 | 124 | 113 |
| Binary | 11110101 | 10111010 | 10001000 | 0 | 11000 | 101100 | 100 | 11100 | 1010100 | 1001011 |
Color Harmonies of #F5BA88
Complementary color
Monochromatic Colors of #F5BA88
Black with #F5BA88
Text Example
Text Example
White with #F5BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA88; }
p { color: rgb(245,186,136); }
H1.HeaderClassName
{
color: #F5BA88;
}
.AnyTagClassName
{
color: #F5BA88;
}
</style>
background-color css
<style>
a { background-color: #F5BA88; }
a { background-color: rgb(245,186,136); }
div.DivClassName
{
background-color: #F5BA88;
}
.BgClassName
{
background-color: #F5BA88;
}
</style>
border-color css
<style>
span { border-color: #F5BA88; }
span { border-color: rgb(245,186,136); }
td.TdClassName
{
border-color: #F5BA88;
}
.TagClassName
{
border-color: #F5BA88;
}
</style>