Html Css Color HEX #F6BAAA Melon

📋 copy color: '#F6BAAA'

red 246 ◦ green 186 ◦ blue 170

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

Shades of Melon #F6BAAA

Tints of Melon #F6BAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.24%

R = 40.86%
G = 30.9%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F6BAAA (or 0xF6BAAA) is known color: Melon. HEX triplet: F6, BA and AA. RGB value is (246,186,170). Sum of RGB (Red+Green+Blue) = 246+186+170=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BAAA is #094555. Grayscale: #CACACA. Windows color (decimal): -607574 or 11188982. OLE color: 11188982.

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

Color convert

RGB 246 186 170 -
CMYK 0 0.24 0.31 0.04
HSL 12.63º 0.81% 0.82% -
HSV(B) 12.63º 0.31% 0.96% -
XYZ 62.82 57.61 45.84 -
YUV 202.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 246 186 170 0 0.24 0.31 0.04 12.63 0.81 0.82
Hex F6 BA AA 0 18 1F 4 D 51 52
Octal 366 272 252 0 30 37 4 15 121 122
Binary 11110110 10111010 10101010 0 11000 11111 100 1101 1010001 1010010

Color Harmonies of #F6BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BAAA

Black with #F6BAAA

Text Example


Text Example

White with #F6BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BAAA; }

 p { color: rgb(246,186,170); }

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

background-color css

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

 a { background-color: rgb(246,186,170); }

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

border-color css

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

 span { border-color: rgb(246,186,170); }

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