#F5BD88

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

Shades of Corvette #F5BD88

Tints of Corvette #F5BD88

Color information

#F5BD88 (or 0xF5BD88) is unknown color: approx Corvette. HEX triplet: F5, BD and 88. RGB value is (245,189,136). Sum of RGB (Red+Green+Blue) = 245+189+136=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD88 is #0A4277. Grayscale: #C7C7C7. Windows color (decimal): -672376 or 8961525. OLE color: 8961525.

HSL color Cylindrical-coordinate representation of color #F5BD88: hue angle of 29.17º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5BD88 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245189136-
CMYK00.230.440.04
HSL29.17º84.5%74.71%-
HSV(B)29.17º44.49%96.08%-
XYZ60.357.5931.23-
YUV199.792.05160.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 136 (53.52% from 255) = 23.86%
R=42.98%
G=33.16%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518913600.230.440.0429.1784.574.71
HexF5BD880172C41d544b
Octal36527521002754435124113
Binary1111010110111101100010000101111011001001110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BD88; }

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

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

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

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

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

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

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

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