Shades of Corvette #F1BA8D
Tints of Corvette #F1BA8D
RGB
CMYK
RGB Variations
Color information
#F1BA8D (or 0xF1BA8D) is known color: Corvette. HEX triplet: F1, BA and 8D. RGB value is (241,186,141). Sum of RGB (Red+Green+Blue) = 241+186+141=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA8D is #0E4572. Grayscale: #C5C5C5. Windows color (decimal): -935283 or 9288433. OLE color: 9288433.
HSL color Cylindrical-coordinate representation of color #F1BA8D: hue angle of 27º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1BA8D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 141 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.05 |
| HSL | 27º | 0.78% | 0.75% | - |
| HSV(B) | 27º | 0.41% | 0.95% | - |
| XYZ | 58.64 | 55.74 | 32.87 | - |
| YUV | 197.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 141 | 0 | 0.23 | 0.41 | 0.05 | 27 | 0.78 | 0.75 |
| Hex | F1 | BA | 8D | 0 | 17 | 29 | 5 | 1B | 4E | 4B |
| Octal | 361 | 272 | 215 | 0 | 27 | 51 | 5 | 33 | 116 | 113 |
| Binary | 11110001 | 10111010 | 10001101 | 0 | 10111 | 101001 | 101 | 11011 | 1001110 | 1001011 |
Color Harmonies of #F1BA8D
Complementary color
Monochromatic Colors of #F1BA8D
Black with #F1BA8D
Text Example
Text Example
White with #F1BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA8D; }
p { color: rgb(241,186,141); }
H1.HeaderClassName
{
color: #F1BA8D;
}
.AnyTagClassName
{
color: #F1BA8D;
}
</style>
background-color css
<style>
a { background-color: #F1BA8D; }
a { background-color: rgb(241,186,141); }
div.DivClassName
{
background-color: #F1BA8D;
}
.BgClassName
{
background-color: #F1BA8D;
}
</style>
border-color css
<style>
span { border-color: #F1BA8D; }
span { border-color: rgb(241,186,141); }
td.TdClassName
{
border-color: #F1BA8D;
}
.TagClassName
{
border-color: #F1BA8D;
}
</style>