Shades of Corvette #F2BD87
Tints of Corvette #F2BD87
RGB
CMYK
RGB Variations
Color information
#F2BD87 (or 0xF2BD87) is known color: Corvette. HEX triplet: F2, BD and 87. RGB value is (242,189,135). Sum of RGB (Red+Green+Blue) = 242+189+135=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BD87 is #0D4278. Grayscale: #C6C6C6. Windows color (decimal): -868985 or 8895986. OLE color: 8895986.
HSL color Cylindrical-coordinate representation of color #F2BD87: hue angle of 30.28º degrees, saturation: 0.8, 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 #F2BD87 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 135 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.05 |
| HSL | 30.28º | 0.8% | 0.74% | - |
| HSV(B) | 30.28º | 0.44% | 0.95% | - |
| XYZ | 59.19 | 57.02 | 30.81 | - |
| YUV | 198.69 | 92.06 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 135 | 0 | 0.22 | 0.44 | 0.05 | 30.28 | 0.8 | 0.74 |
| Hex | F2 | BD | 87 | 0 | 16 | 2C | 5 | 1E | 50 | 4A |
| Octal | 362 | 275 | 207 | 0 | 26 | 54 | 5 | 36 | 120 | 112 |
| Binary | 11110010 | 10111101 | 10000111 | 0 | 10110 | 101100 | 101 | 11110 | 1010000 | 1001010 |
Color Harmonies of #F2BD87
Complementary color
Monochromatic Colors of #F2BD87
Black with #F2BD87
Text Example
Text Example
White with #F2BD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD87; }
p { color: rgb(242,189,135); }
H1.HeaderClassName
{
color: #F2BD87;
}
.AnyTagClassName
{
color: #F2BD87;
}
</style>
background-color css
<style>
a { background-color: #F2BD87; }
a { background-color: rgb(242,189,135); }
div.DivClassName
{
background-color: #F2BD87;
}
.BgClassName
{
background-color: #F2BD87;
}
</style>
border-color css
<style>
span { border-color: #F2BD87; }
span { border-color: rgb(242,189,135); }
td.TdClassName
{
border-color: #F2BD87;
}
.TagClassName
{
border-color: #F2BD87;
}
</style>