Html Css Color HEX #F6B9AA Melon

📋 copy color: '#F6B9AA'

red 246 ◦ green 185 ◦ blue 170

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

Shades of Melon #F6B9AA

Tints of Melon #F6B9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.78%

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

R = 40.93%
G = 30.78%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F6B9AA (or 0xF6B9AA) is known color: Melon. HEX triplet: F6, B9 and AA. RGB value is (246,185,170). Sum of RGB (Red+Green+Blue) = 246+185+170=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B9AA is #094655. Grayscale: #C9C9C9. Windows color (decimal): -607830 or 11188726. OLE color: 11188726.

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

Color convert

RGB 246 185 170 -
CMYK 0 0.25 0.31 0.04
HSL 11.84º 0.81% 0.82% -
HSV(B) 11.84º 0.31% 0.96% -
XYZ 62.61 57.19 45.77 -
YUV 201.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 246 185 170 0 0.25 0.31 0.04 11.84 0.81 0.82
Hex F6 B9 AA 0 19 1F 4 C 51 52
Octal 366 271 252 0 31 37 4 14 121 122
Binary 11110110 10111001 10101010 0 11001 11111 100 1100 1010001 1010010

Color Harmonies of #F6B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9AA

Black with #F6B9AA

Text Example


Text Example

White with #F6B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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