Shades of Corvette #F0BC88
Tints of Corvette #F0BC88
RGB
CMYK
RGB Variations
Color information
#F0BC88 (or 0xF0BC88) is known color: Corvette. HEX triplet: F0, BC and 88. RGB value is (240,188,136). Sum of RGB (Red+Green+Blue) = 240+188+136=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC88 is #0F4377. Grayscale: #C5C5C5. Windows color (decimal): -1000312 or 8961264. OLE color: 8961264.
HSL color Cylindrical-coordinate representation of color #F0BC88: hue angle of 30º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0BC88 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 136 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.06 |
| HSL | 30º | 0.78% | 0.74% | - |
| HSV(B) | 30º | 0.43% | 0.94% | - |
| XYZ | 58.36 | 56.27 | 31.08 | - |
| YUV | 197.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 136 | 0 | 0.22 | 0.43 | 0.06 | 30 | 0.78 | 0.74 |
| Hex | F0 | BC | 88 | 0 | 16 | 2B | 6 | 1E | 4E | 4A |
| Octal | 360 | 274 | 210 | 0 | 26 | 53 | 6 | 36 | 116 | 112 |
| Binary | 11110000 | 10111100 | 10001000 | 0 | 10110 | 101011 | 110 | 11110 | 1001110 | 1001010 |
Color Harmonies of #F0BC88
Complementary color
Monochromatic Colors of #F0BC88
Black with #F0BC88
Text Example
Text Example
White with #F0BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC88; }
p { color: rgb(240,188,136); }
H1.HeaderClassName
{
color: #F0BC88;
}
.AnyTagClassName
{
color: #F0BC88;
}
</style>
background-color css
<style>
a { background-color: #F0BC88; }
a { background-color: rgb(240,188,136); }
div.DivClassName
{
background-color: #F0BC88;
}
.BgClassName
{
background-color: #F0BC88;
}
</style>
border-color css
<style>
span { border-color: #F0BC88; }
span { border-color: rgb(240,188,136); }
td.TdClassName
{
border-color: #F0BC88;
}
.TagClassName
{
border-color: #F0BC88;
}
</style>