#F0BD88

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

Shades of Corvette #F0BD88

Tints of Corvette #F0BD88

Color information

#F0BD88 (or 0xF0BD88) is unknown color: approx Corvette. HEX triplet: F0, BD and 88. RGB value is (240,189,136). Sum of RGB (Red+Green+Blue) = 240+189+136=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD88 is #0F4277. Grayscale: #C6C6C6. Windows color (decimal): -1000056 or 8961520. OLE color: 8961520.

HSL color Cylindrical-coordinate representation of color #F0BD88: hue angle of 30.58º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0BD88 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB240189136-
CMYK00.210.430.06
HSL30.58º77.61%73.73%-
HSV(B)30.58º43.33%94.12%-
XYZ58.5856.731.15-
YUV198.2192.9157.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 136 (53.52% from 255) = 24.07%
R=42.48%
G=33.45%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018913600.210.430.0630.5877.6173.73
HexF0BD880152B61f4e4a
Octal36027521002553637116112
Binary1111000010111101100010000101011010111101111110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BD88; }

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

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

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

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

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

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

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

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