Html Css Color HEX #F6BCAC Melon

📋 copy color: '#F6BCAC'

red 246 ◦ green 188 ◦ blue 172

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

Shades of Melon #F6BCAC

Tints of Melon #F6BCAC

RGB

 RED value IS 246 (96.48% from 255) = 40.59%

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

 BLUE value IS 172 (67.58% from 255) = 28.38%

R = 40.59%
G = 31.02%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6BCAC (or 0xF6BCAC) is known color: Melon. HEX triplet: F6, BC and AC. RGB value is (246,188,172). Sum of RGB (Red+Green+Blue) = 246+188+172=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BCAC is #094353. Grayscale: #CBCBCB. Windows color (decimal): -607060 or 11320566. OLE color: 11320566.

HSL color Cylindrical-coordinate representation of color #F6BCAC: hue angle of 12.97º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6BCAC is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 188 172 -
CMYK 0 0.24 0.30 0.04
HSL 12.97º 0.8% 0.82% -
HSV(B) 12.97º 0.3% 0.96% -
XYZ 63.44 58.54 46.99 -
YUV 203.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 246 188 172 0 0.24 0.30 0.04 12.97 0.8 0.82
Hex F6 BC AC 0 18 1E 4 D 50 52
Octal 366 274 254 0 30 36 4 15 120 122
Binary 11110110 10111100 10101100 0 11000 11110 100 1101 1010000 1010010

Color Harmonies of #F6BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCAC

Black with #F6BCAC

Text Example


Text Example

White with #F6BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCAC; }

 p { color: rgb(246,188,172); }

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

background-color css

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

 a { background-color: rgb(246,188,172); }

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

border-color css

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

 span { border-color: rgb(246,188,172); }

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