Html Css Color HEX #F6B9AD Melon

📋 copy color: '#F6B9AD'

red 246 ◦ green 185 ◦ blue 173

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

Shades of Melon #F6B9AD

Tints of Melon #F6B9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 40.73%
G = 30.63%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6B9AD (or 0xF6B9AD) is known color: Melon. HEX triplet: F6, B9 and AD. RGB value is (246,185,173). Sum of RGB (Red+Green+Blue) = 246+185+173=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B9AD is #094652. Grayscale: #C9C9C9. Windows color (decimal): -607827 or 11385334. OLE color: 11385334.

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

Color convert

RGB 246 185 173 -
CMYK 0 0.25 0.30 0.04
HSL 9.86º 0.8% 0.82% -
HSV(B) 9.86º 0.3% 0.96% -
XYZ 62.9 57.31 47.28 -
YUV 201.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 246 185 173 0 0.25 0.30 0.04 9.86 0.8 0.82
Hex F6 B9 AD 0 19 1E 4 A 50 52
Octal 366 271 255 0 31 36 4 12 120 122
Binary 11110110 10111001 10101101 0 11001 11110 100 1010 1010000 1010010

Color Harmonies of #F6B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9AD

Black with #F6B9AD

Text Example


Text Example

White with #F6B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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