#F1BA88

Color #F1BA88 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #F1BA88

Tints of Corvette #F1BA88

Color information

#F1BA88 (or 0xF1BA88) is unknown color: approx Corvette. HEX triplet: F1, BA and 88. RGB value is (241,186,136). Sum of RGB (Red+Green+Blue) = 241+186+136=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA88 is #0E4577. Grayscale: #C5C5C5. Windows color (decimal): -935288 or 8960753. OLE color: 8960753.

HSL color Cylindrical-coordinate representation of color #F1BA88: hue angle of 28.57º 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 #F1BA88 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241186136-
CMYK00.230.440.05
HSL28.57º78.95%73.92%-
HSV(B)28.57º43.57%94.51%-
XYZ58.2855.630.95-
YUV196.7493.72159.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=42.81%
G=33.04%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118613600.230.440.0528.5778.9573.92
HexF1BA880172C51d4f4a
Octal36127221002754535117112
Binary1111000110111010100010000101111011001011110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA88; }

 p { color: rgb(241,186,136); }

 H1.HeaderClassName
 {
   color: #F1BA88;
 }
 .AnyTagClassName
 {
   color: #F1BA88;
 }
</style>
background-color css

<style>
 a { background-color: #F1BA88; }

 a { background-color: rgb(241,186,136); }

 div.DivClassName
 {
   background-color: #F1BA88;
 }
 .BgClassName
 {
   background-color: #F1BA88;
 }
</style>
border-color css

<style>
 span { border-color: #F1BA88; }

 span { border-color: rgb(241,186,136); }

 td.TdClassName
 {
   border-color: #F1BA88;
 }
 .TagClassName
 {
   border-color: #F1BA88;
 }
</style>