Html Css Color HEX #F7BAAC Melon

📋 copy color: '#F7BAAC'

red 247 ◦ green 186 ◦ blue 172

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

Shades of Melon #F7BAAC

Tints of Melon #F7BAAC

RGB

 RED value IS 247 (96.88% from 255) = 40.83%

 GREEN value IS 186 (73.05% from 255) = 30.74%

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

R = 40.83%
G = 30.74%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7BAAC (or 0xF7BAAC) is known color: Melon. HEX triplet: F7, BA and AC. RGB value is (247,186,172). Sum of RGB (Red+Green+Blue) = 247+186+172=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAAC is #084553. Grayscale: #CACACA. Windows color (decimal): -542036 or 11320055. OLE color: 11320055.

HSL color Cylindrical-coordinate representation of color #F7BAAC: hue angle of 11.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7BAAC is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 172 -
CMYK 0 0.25 0.30 0.03
HSL 11.2º 0.82% 0.82% -
HSV(B) 11.2º 0.3% 0.97% -
XYZ 63.36 57.87 46.86 -
YUV 202.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 247 186 172 0 0.25 0.30 0.03 11.2 0.82 0.82
Hex F7 BA AC 0 19 1E 3 B 52 52
Octal 367 272 254 0 31 36 3 13 122 122
Binary 11110111 10111010 10101100 0 11001 11110 11 1011 1010010 1010010

Color Harmonies of #F7BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAAC

Black with #F7BAAC

Text Example


Text Example

White with #F7BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAAC; }

 p { color: rgb(247,186,172); }

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

background-color css

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

 a { background-color: rgb(247,186,172); }

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

border-color css

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

 span { border-color: rgb(247,186,172); }

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