Html Css Color HEX #F9BCA9 Melon

📋 copy color: '#F9BCA9'

red 249 ◦ green 188 ◦ blue 169

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

Shades of Melon #F9BCA9

Tints of Melon #F9BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.02%

 BLUE value IS 169 (66.41% from 255) = 27.89%

R = 41.09%
G = 31.02%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9BCA9 (or 0xF9BCA9) is known color: Melon. HEX triplet: F9, BC and A9. RGB value is (249,188,169). Sum of RGB (Red+Green+Blue) = 249+188+169=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BCA9 is #064356. Grayscale: #CCCCCC. Windows color (decimal): -410455 or 11123961. OLE color: 11123961.

HSL color Cylindrical-coordinate representation of color #F9BCA9: hue angle of 14.25º 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 #F9BCA9 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 169 -
CMYK 0 0.24 0.32 0.02
HSL 14.25º 0.87% 0.82% -
HSV(B) 14.25º 0.32% 0.98% -
XYZ 64.21 58.97 45.53 -
YUV 204.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 249 188 169 0 0.24 0.32 0.02 14.25 0.87 0.82
Hex F9 BC A9 0 18 20 2 E 57 52
Octal 371 274 251 0 30 40 2 16 127 122
Binary 11111001 10111100 10101001 0 11000 100000 10 1110 1010111 1010010

Color Harmonies of #F9BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCA9

Black with #F9BCA9

Text Example


Text Example

White with #F9BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCA9; }

 p { color: rgb(249,188,169); }

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

background-color css

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

 a { background-color: rgb(249,188,169); }

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

border-color css

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

 span { border-color: rgb(249,188,169); }

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