Html Css Color HEX #F2BC88 Corvette

📋 copy color: '#F2BC88'

red 242 ◦ green 188 ◦ blue 136

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

Shades of Corvette #F2BC88

Tints of Corvette #F2BC88

RGB

 RED value IS 242 (94.92% from 255) = 42.76%

 GREEN value IS 188 (73.83% from 255) = 33.22%

 BLUE value IS 136 (53.52% from 255) = 24.03%

R = 42.76%
G = 33.22%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2BC88 (or 0xF2BC88) is known color: Corvette. HEX triplet: F2, BC and 88. RGB value is (242,188,136). Sum of RGB (Red+Green+Blue) = 242+188+136=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC88 is #0D4377. Grayscale: #C6C6C6. Windows color (decimal): -869240 or 8961266. OLE color: 8961266.

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

Color convert

RGB 242 188 136 -
CMYK 0 0.22 0.44 0.05
HSL 29.43º 0.8% 0.74% -
HSV(B) 29.43º 0.44% 0.95% -
XYZ 59.05 56.62 31.11 -
YUV 198.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 242 188 136 0 0.22 0.44 0.05 29.43 0.8 0.74
Hex F2 BC 88 0 16 2C 5 1D 50 4A
Octal 362 274 210 0 26 54 5 35 120 112
Binary 11110010 10111100 10001000 0 10110 101100 101 11101 1010000 1001010

Color Harmonies of #F2BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC88

Black with #F2BC88

Text Example


Text Example

White with #F2BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC88; }

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

 H1.HeaderClassName
 {
   color: #F2BC88;
 }
 .AnyTagClassName
 {
   color: #F2BC88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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