#F2B888

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

Shades of Corvette #F2B888

Tints of Corvette #F2B888

Color information

#F2B888 (or 0xF2B888) is unknown color: approx Corvette. HEX triplet: F2, B8 and 88. RGB value is (242,184,136). Sum of RGB (Red+Green+Blue) = 242+184+136=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B888 is #0D4777. Grayscale: #C4C4C4. Windows color (decimal): -870264 or 8960242. OLE color: 8960242.

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

Color convert

RGB242184136-
CMYK00.240.440.05
HSL27.17º80.3%74.12%-
HSV(B)27.17º43.8%94.9%-
XYZ58.254.9430.83-
YUV195.8794.22160.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 184 (72.27% from 255) = 32.74%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=43.06%
G=32.74%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218413600.240.440.0527.1780.374.12
HexF2B8880182C51b504a
Octal36227021003054533120112
Binary1111001010111000100010000110001011001011101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B888; }

 p { color: rgb(242,184,136); }

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

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

 a { background-color: rgb(242,184,136); }

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

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

 span { border-color: rgb(242,184,136); }

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