Shades of Corvette #F2BD89
Tints of Corvette #F2BD89
RGB
CMYK
RGB Variations
Color information
#F2BD89 (or 0xF2BD89) is known color: Corvette. HEX triplet: F2, BD and 89. RGB value is (242,189,137). Sum of RGB (Red+Green+Blue) = 242+189+137=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BD89 is #0D4276. Grayscale: #C7C7C7. Windows color (decimal): -868983 or 9027058. OLE color: 9027058.
HSL color Cylindrical-coordinate representation of color #F2BD89: hue angle of 29.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2BD89 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 137 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.05 |
| HSL | 29.71º | 0.8% | 0.74% | - |
| HSV(B) | 29.71º | 0.43% | 0.95% | - |
| XYZ | 59.33 | 57.08 | 31.56 | - |
| YUV | 198.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 137 | 0 | 0.22 | 0.43 | 0.05 | 29.71 | 0.8 | 0.74 |
| Hex | F2 | BD | 89 | 0 | 16 | 2B | 5 | 1E | 50 | 4A |
| Octal | 362 | 275 | 211 | 0 | 26 | 53 | 5 | 36 | 120 | 112 |
| Binary | 11110010 | 10111101 | 10001001 | 0 | 10110 | 101011 | 101 | 11110 | 1010000 | 1001010 |
Color Harmonies of #F2BD89
Complementary color
Monochromatic Colors of #F2BD89
Black with #F2BD89
Text Example
Text Example
White with #F2BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD89; }
p { color: rgb(242,189,137); }
H1.HeaderClassName
{
color: #F2BD89;
}
.AnyTagClassName
{
color: #F2BD89;
}
</style>
background-color css
<style>
a { background-color: #F2BD89; }
a { background-color: rgb(242,189,137); }
div.DivClassName
{
background-color: #F2BD89;
}
.BgClassName
{
background-color: #F2BD89;
}
</style>
border-color css
<style>
span { border-color: #F2BD89; }
span { border-color: rgb(242,189,137); }
td.TdClassName
{
border-color: #F2BD89;
}
.TagClassName
{
border-color: #F2BD89;
}
</style>