Html Css Color HEX #F9BDAC Melon

📋 copy color: '#F9BDAC'

red 249 ◦ green 189 ◦ blue 172

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

Shades of Melon #F9BDAC

Tints of Melon #F9BDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.2%

R = 40.82%
G = 30.98%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9BDAC (or 0xF9BDAC) is known color: Melon. HEX triplet: F9, BD and AC. RGB value is (249,189,172). Sum of RGB (Red+Green+Blue) = 249+189+172=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BDAC is #064253. Grayscale: #CDCDCD. Windows color (decimal): -410196 or 11320825. OLE color: 11320825.

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

Color convert

RGB 249 189 172 -
CMYK 0 0.24 0.31 0.02
HSL 13.25º 0.87% 0.83% -
HSV(B) 13.25º 0.31% 0.98% -
XYZ 64.71 59.51 47.11 -
YUV 205 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 249 189 172 0 0.24 0.31 0.02 13.25 0.87 0.83
Hex F9 BD AC 0 18 1F 2 D 57 53
Octal 371 275 254 0 30 37 2 15 127 123
Binary 11111001 10111101 10101100 0 11000 11111 10 1101 1010111 1010011

Color Harmonies of #F9BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDAC

Black with #F9BDAC

Text Example


Text Example

White with #F9BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDAC; }

 p { color: rgb(249,189,172); }

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

background-color css

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

 a { background-color: rgb(249,189,172); }

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

border-color css

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

 span { border-color: rgb(249,189,172); }

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