Html Css Color HEX #F1BA88 Corvette

📋 copy color: '#F1BA88'

red 241 ◦ green 186 ◦ blue 136

#F1BA88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #F1BA88

Tints of Corvette #F1BA88

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 value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F1BA88 (or 0xF1BA88) is known color: 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

RGB 241 186 136 -
CMYK 0 0.23 0.44 0.05
HSL 28.57º 0.79% 0.74% -
HSV(B) 28.57º 0.44% 0.95% -
XYZ 58.28 55.6 30.95 -
YUV 196.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 241 186 136 0 0.23 0.44 0.05 28.57 0.79 0.74
Hex F1 BA 88 0 17 2C 5 1D 4F 4A
Octal 361 272 210 0 27 54 5 35 117 112
Binary 11110001 10111010 10001000 0 10111 101100 101 11101 1001111 1001010

Color Harmonies of #F1BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA88

Black with #F1BA88

Text Example


Text Example

White with #F1BA88

Text Example


Text Example

HTML Codes & Css Web 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>