Html Css Color HEX #F6BCAB Melon

📋 copy color: '#F6BCAB'

red 246 ◦ green 188 ◦ blue 171

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

Shades of Melon #F6BCAB

Tints of Melon #F6BCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 40.66%
G = 31.07%
B = 28.26%

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

#F6BCAB (or 0xF6BCAB) is known color: Melon. HEX triplet: F6, BC and AB. RGB value is (246,188,171). Sum of RGB (Red+Green+Blue) = 246+188+171=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BCAB is #094354. Grayscale: #CBCBCB. Windows color (decimal): -607061 or 11255030. OLE color: 11255030.

HSL color Cylindrical-coordinate representation of color #F6BCAB: hue angle of 13.6º degrees, saturation: 0.81, 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 #F6BCAB is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 188 171 -
CMYK 0 0.24 0.30 0.04
HSL 13.6º 0.81% 0.82% -
HSV(B) 13.6º 0.3% 0.96% -
XYZ 63.34 58.5 46.48 -
YUV 203.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 246 188 171 0 0.24 0.30 0.04 13.6 0.81 0.82
Hex F6 BC AB 0 18 1E 4 E 51 52
Octal 366 274 253 0 30 36 4 16 121 122
Binary 11110110 10111100 10101011 0 11000 11110 100 1110 1010001 1010010

Color Harmonies of #F6BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCAB

Black with #F6BCAB

Text Example


Text Example

White with #F6BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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