Shades of Corvette #F4BA88
Tints of Corvette #F4BA88
RGB
CMYK
RGB Variations
Color information
#F4BA88 (or 0xF4BA88) is known color: Corvette. HEX triplet: F4, BA and 88. RGB value is (244,186,136). Sum of RGB (Red+Green+Blue) = 244+186+136=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BA88 is #0B4577. Grayscale: #C5C5C5. Windows color (decimal): -738680 or 8960756. OLE color: 8960756.
HSL color Cylindrical-coordinate representation of color #F4BA88: hue angle of 27.78º degrees, saturation: 0.83, 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 #F4BA88 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 136 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.04 |
| HSL | 27.78º | 0.83% | 0.75% | - |
| HSV(B) | 27.78º | 0.44% | 0.96% | - |
| XYZ | 59.31 | 56.13 | 31 | - |
| YUV | 197.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 136 | 0 | 0.24 | 0.44 | 0.04 | 27.78 | 0.83 | 0.75 |
| Hex | F4 | BA | 88 | 0 | 18 | 2C | 4 | 1C | 53 | 4B |
| Octal | 364 | 272 | 210 | 0 | 30 | 54 | 4 | 34 | 123 | 113 |
| Binary | 11110100 | 10111010 | 10001000 | 0 | 11000 | 101100 | 100 | 11100 | 1010011 | 1001011 |
Color Harmonies of #F4BA88
Complementary color
Monochromatic Colors of #F4BA88
Black with #F4BA88
Text Example
Text Example
White with #F4BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA88; }
p { color: rgb(244,186,136); }
H1.HeaderClassName
{
color: #F4BA88;
}
.AnyTagClassName
{
color: #F4BA88;
}
</style>
background-color css
<style>
a { background-color: #F4BA88; }
a { background-color: rgb(244,186,136); }
div.DivClassName
{
background-color: #F4BA88;
}
.BgClassName
{
background-color: #F4BA88;
}
</style>
border-color css
<style>
span { border-color: #F4BA88; }
span { border-color: rgb(244,186,136); }
td.TdClassName
{
border-color: #F4BA88;
}
.TagClassName
{
border-color: #F4BA88;
}
</style>