Html Css Color HEX #F6BDAA Melon

📋 copy color: '#F6BDAA'

red 246 ◦ green 189 ◦ blue 170

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

Shades of Melon #F6BDAA

Tints of Melon #F6BDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

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

R = 40.66%
G = 31.24%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F6BDAA (or 0xF6BDAA) is known color: Melon. HEX triplet: F6, BD and AA. RGB value is (246,189,170). Sum of RGB (Red+Green+Blue) = 246+189+170=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BDAA is #094255. Grayscale: #CCCCCC. Windows color (decimal): -606806 or 11189750. OLE color: 11189750.

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

Color convert

RGB 246 189 170 -
CMYK 0 0.23 0.31 0.04
HSL 15º 0.81% 0.82% -
HSV(B) 15º 0.31% 0.96% -
XYZ 63.46 58.89 46.05 -
YUV 203.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 246 189 170 0 0.23 0.31 0.04 15 0.81 0.82
Hex F6 BD AA 0 17 1F 4 F 51 52
Octal 366 275 252 0 27 37 4 17 121 122
Binary 11110110 10111101 10101010 0 10111 11111 100 1111 1010001 1010010

Color Harmonies of #F6BDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDAA

Black with #F6BDAA

Text Example


Text Example

White with #F6BDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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