#F1BD88

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

Shades of Corvette #F1BD88

Tints of Corvette #F1BD88

Color information

#F1BD88 (or 0xF1BD88) is unknown color: approx Corvette. HEX triplet: F1, BD and 88. RGB value is (241,189,136). Sum of RGB (Red+Green+Blue) = 241+189+136=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BD88 is #0E4277. Grayscale: #C6C6C6. Windows color (decimal): -934520 or 8961521. OLE color: 8961521.

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

Color convert

RGB241189136-
CMYK00.220.440.05
HSL30.29º78.95%73.92%-
HSV(B)30.29º43.57%94.51%-
XYZ58.9256.8731.16-
YUV198.5192.73158.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 136 (53.52% from 255) = 24.03%
R=42.58%
G=33.39%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118913600.220.440.0530.2978.9573.92
HexF1BD880162C51e4f4a
Octal36127521002654536117112
Binary1111000110111101100010000101101011001011111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD88; }

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

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

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

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

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

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

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

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