Html Css Color HEX #F2B988 Corvette

📋 copy color: '#F2B988'

red 242 ◦ green 185 ◦ blue 136

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

Shades of Corvette #F2B988

Tints of Corvette #F2B988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.86%

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

R = 42.98%
G = 32.86%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2B988 (or 0xF2B988) is known color: Corvette. HEX triplet: F2, B9 and 88. RGB value is (242,185,136). Sum of RGB (Red+Green+Blue) = 242+185+136=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B988 is #0D4677. Grayscale: #C4C4C4. Windows color (decimal): -870008 or 8960498. OLE color: 8960498.

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

Color convert

RGB 242 185 136 -
CMYK 0 0.24 0.44 0.05
HSL 27.74º 0.8% 0.74% -
HSV(B) 27.74º 0.44% 0.95% -
XYZ 58.41 55.35 30.9 -
YUV 196.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 242 185 136 0 0.24 0.44 0.05 27.74 0.8 0.74
Hex F2 B9 88 0 18 2C 5 1C 50 4A
Octal 362 271 210 0 30 54 5 34 120 112
Binary 11110010 10111001 10001000 0 11000 101100 101 11100 1010000 1001010

Color Harmonies of #F2B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B988

Black with #F2B988

Text Example


Text Example

White with #F2B988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B988; }

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

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

background-color css

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

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

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

border-color css

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

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

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