Shades of Corvette #F0BB8E
Tints of Corvette #F0BB8E
RGB
CMYK
RGB Variations
Color information
#F0BB8E (or 0xF0BB8E) is known color: Corvette. HEX triplet: F0, BB and 8E. RGB value is (240,187,142). Sum of RGB (Red+Green+Blue) = 240+187+142=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BB8E is #0F4471. Grayscale: #C5C5C5. Windows color (decimal): -1000562 or 9354224. OLE color: 9354224.
HSL color Cylindrical-coordinate representation of color #F0BB8E: hue angle of 27.55º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0BB8E is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 142 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.06 |
| HSL | 27.55º | 0.77% | 0.75% | - |
| HSV(B) | 27.55º | 0.41% | 0.94% | - |
| XYZ | 58.59 | 56.02 | 33.32 | - |
| YUV | 197.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 142 | 0 | 0.22 | 0.41 | 0.06 | 27.55 | 0.77 | 0.75 |
| Hex | F0 | BB | 8E | 0 | 16 | 29 | 6 | 1C | 4D | 4B |
| Octal | 360 | 273 | 216 | 0 | 26 | 51 | 6 | 34 | 115 | 113 |
| Binary | 11110000 | 10111011 | 10001110 | 0 | 10110 | 101001 | 110 | 11100 | 1001101 | 1001011 |
Color Harmonies of #F0BB8E
Complementary color
Monochromatic Colors of #F0BB8E
Black with #F0BB8E
Text Example
Text Example
White with #F0BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB8E; }
p { color: rgb(240,187,142); }
H1.HeaderClassName
{
color: #F0BB8E;
}
.AnyTagClassName
{
color: #F0BB8E;
}
</style>
background-color css
<style>
a { background-color: #F0BB8E; }
a { background-color: rgb(240,187,142); }
div.DivClassName
{
background-color: #F0BB8E;
}
.BgClassName
{
background-color: #F0BB8E;
}
</style>
border-color css
<style>
span { border-color: #F0BB8E; }
span { border-color: rgb(240,187,142); }
td.TdClassName
{
border-color: #F0BB8E;
}
.TagClassName
{
border-color: #F0BB8E;
}
</style>