Html Css Color HEX #F9BAAC Melon

📋 copy color: '#F9BAAC'

red 249 ◦ green 186 ◦ blue 172

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

Shades of Melon #F9BAAC

Tints of Melon #F9BAAC

RGB

 RED value IS 249 (97.66% from 255) = 41.02%

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

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

R = 41.02%
G = 30.64%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9BAAC (or 0xF9BAAC) is known color: Melon. HEX triplet: F9, BA and AC. RGB value is (249,186,172). Sum of RGB (Red+Green+Blue) = 249+186+172=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BAAC is #064553. Grayscale: #CBCBCB. Windows color (decimal): -410964 or 11320057. OLE color: 11320057.

HSL color Cylindrical-coordinate representation of color #F9BAAC: hue angle of 10.91º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9BAAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 186 172 -
CMYK 0 0.25 0.31 0.02
HSL 10.91º 0.87% 0.83% -
HSV(B) 10.91º 0.31% 0.98% -
XYZ 64.07 58.24 46.89 -
YUV 203.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 249 186 172 0 0.25 0.31 0.02 10.91 0.87 0.83
Hex F9 BA AC 0 19 1F 2 B 57 53
Octal 371 272 254 0 31 37 2 13 127 123
Binary 11111001 10111010 10101100 0 11001 11111 10 1011 1010111 1010011

Color Harmonies of #F9BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAAC

Black with #F9BAAC

Text Example


Text Example

White with #F9BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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