Shades of Corvette #F0B888
Tints of Corvette #F0B888
RGB
CMYK
RGB Variations
Color information
#F0B888 (or 0xF0B888) is known color: Corvette. HEX triplet: F0, B8 and 88. RGB value is (240,184,136). Sum of RGB (Red+Green+Blue) = 240+184+136=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B888 is #0F4777. Grayscale: #C3C3C3. Windows color (decimal): -1001336 or 8960240. OLE color: 8960240.
HSL color Cylindrical-coordinate representation of color #F0B888: hue angle of 27.69º 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 #F0B888 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 136 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.06 |
| HSL | 27.69º | 0.78% | 0.74% | - |
| HSV(B) | 27.69º | 0.43% | 0.94% | - |
| XYZ | 57.52 | 54.58 | 30.8 | - |
| YUV | 195.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 136 | 0 | 0.23 | 0.43 | 0.06 | 27.69 | 0.78 | 0.74 |
| Hex | F0 | B8 | 88 | 0 | 17 | 2B | 6 | 1C | 4E | 4A |
| Octal | 360 | 270 | 210 | 0 | 27 | 53 | 6 | 34 | 116 | 112 |
| Binary | 11110000 | 10111000 | 10001000 | 0 | 10111 | 101011 | 110 | 11100 | 1001110 | 1001010 |
Color Harmonies of #F0B888
Complementary color
Monochromatic Colors of #F0B888
Black with #F0B888
Text Example
Text Example
White with #F0B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B888; }
p { color: rgb(240,184,136); }
H1.HeaderClassName
{
color: #F0B888;
}
.AnyTagClassName
{
color: #F0B888;
}
</style>
background-color css
<style>
a { background-color: #F0B888; }
a { background-color: rgb(240,184,136); }
div.DivClassName
{
background-color: #F0B888;
}
.BgClassName
{
background-color: #F0B888;
}
</style>
border-color css
<style>
span { border-color: #F0B888; }
span { border-color: rgb(240,184,136); }
td.TdClassName
{
border-color: #F0B888;
}
.TagClassName
{
border-color: #F0B888;
}
</style>