Shades of Corvette #F1B488
Tints of Corvette #F1B488
RGB
CMYK
RGB Variations
Color information
#F1B488 (or 0xF1B488) is known color: Corvette. HEX triplet: F1, B4 and 88. RGB value is (241,180,136). Sum of RGB (Red+Green+Blue) = 241+180+136=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B488 is #0E4B77. Grayscale: #C1C1C1. Windows color (decimal): -936824 or 8959217. OLE color: 8959217.
HSL color Cylindrical-coordinate representation of color #F1B488: hue angle of 25.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1B488 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 136 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.05 |
| HSL | 25.14º | 0.79% | 0.74% | - |
| HSV(B) | 25.14º | 0.44% | 0.95% | - |
| XYZ | 57.04 | 53.12 | 30.54 | - |
| YUV | 193.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 136 | 0 | 0.25 | 0.44 | 0.05 | 25.14 | 0.79 | 0.74 |
| Hex | F1 | B4 | 88 | 0 | 19 | 2C | 5 | 19 | 4F | 4A |
| Octal | 361 | 264 | 210 | 0 | 31 | 54 | 5 | 31 | 117 | 112 |
| Binary | 11110001 | 10110100 | 10001000 | 0 | 11001 | 101100 | 101 | 11001 | 1001111 | 1001010 |
Color Harmonies of #F1B488
Complementary color
Monochromatic Colors of #F1B488
Black with #F1B488
Text Example
Text Example
White with #F1B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B488; }
p { color: rgb(241,180,136); }
H1.HeaderClassName
{
color: #F1B488;
}
.AnyTagClassName
{
color: #F1B488;
}
</style>
background-color css
<style>
a { background-color: #F1B488; }
a { background-color: rgb(241,180,136); }
div.DivClassName
{
background-color: #F1B488;
}
.BgClassName
{
background-color: #F1B488;
}
</style>
border-color css
<style>
span { border-color: #F1B488; }
span { border-color: rgb(241,180,136); }
td.TdClassName
{
border-color: #F1B488;
}
.TagClassName
{
border-color: #F1B488;
}
</style>