Html Css Color HEX #F9B5AA Melon

📋 copy color: '#F9B5AA'

red 249 ◦ green 181 ◦ blue 170

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

Shades of Melon #F9B5AA

Tints of Melon #F9B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.17%

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

R = 41.5%
G = 30.17%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9B5AA (or 0xF9B5AA) is known color: Melon. HEX triplet: F9, B5 and AA. RGB value is (249,181,170). Sum of RGB (Red+Green+Blue) = 249+181+170=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B5AA is #064A55. Grayscale: #C8C8C8. Windows color (decimal): -412246 or 11187705. OLE color: 11187705.

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

Color convert

RGB 249 181 170 -
CMYK 0 0.27 0.32 0.02
HSL 8.35º 0.87% 0.82% -
HSV(B) 8.35º 0.32% 0.98% -
XYZ 62.85 56.09 45.54 -
YUV 200.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 249 181 170 0 0.27 0.32 0.02 8.35 0.87 0.82
Hex F9 B5 AA 0 1B 20 2 8 57 52
Octal 371 265 252 0 33 40 2 10 127 122
Binary 11111001 10110101 10101010 0 11011 100000 10 1000 1010111 1010010

Color Harmonies of #F9B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B5AA

Black with #F9B5AA

Text Example


Text Example

White with #F9B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B5AA; }

 p { color: rgb(249,181,170); }

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

background-color css

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

 a { background-color: rgb(249,181,170); }

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

border-color css

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

 span { border-color: rgb(249,181,170); }

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