Html Css Color HEX #F6BFAC Melon

📋 copy color: '#F6BFAC'

red 246 ◦ green 191 ◦ blue 172

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

Shades of Melon #F6BFAC

Tints of Melon #F6BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 31.36%

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

R = 40.39%
G = 31.36%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6BFAC (or 0xF6BFAC) is known color: Melon. HEX triplet: F6, BF and AC. RGB value is (246,191,172). Sum of RGB (Red+Green+Blue) = 246+191+172=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFAC is #094053. Grayscale: #CDCDCD. Windows color (decimal): -606292 or 11321334. OLE color: 11321334.

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

Color convert

RGB 246 191 172 -
CMYK 0 0.22 0.30 0.04
HSL 15.41º 0.8% 0.82% -
HSV(B) 15.41º 0.3% 0.96% -
XYZ 64.08 59.83 47.2 -
YUV 205.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 246 191 172 0 0.22 0.30 0.04 15.41 0.8 0.82
Hex F6 BF AC 0 16 1E 4 F 50 52
Octal 366 277 254 0 26 36 4 17 120 122
Binary 11110110 10111111 10101100 0 10110 11110 100 1111 1010000 1010010

Color Harmonies of #F6BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFAC

Black with #F6BFAC

Text Example


Text Example

White with #F6BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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