#F9BFAF

Color #F9BFAF Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #F9BFAF

Tints of Melon #F9BFAF

Color information

#F9BFAF (or 0xF9BFAF) is unknown color: approx Melon. HEX triplet: F9, BF and AF. RGB value is (249,191,175). Sum of RGB (Red+Green+Blue) = 249+191+175=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BFAF is #064050. Grayscale: #CECECE. Windows color (decimal): -409681 or 11517945. OLE color: 11517945.

HSL color Cylindrical-coordinate representation of color #F9BFAF: hue angle of 12.97º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9BFAF is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249191175-
CMYK00.230.300.02
HSL12.97º86.05%83.14%-
HSV(B)12.97º29.72%97.65%-
XYZ65.4460.548.79-
YUV206.52110.22158.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.49%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=40.49%
G=31.06%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919117500.230.300.0212.9786.0583.14
HexF9BFAF0171E2d5653
Octal37127725702736215126123
Binary1111100110111111101011110101111111010110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFAF; }

 p { color: rgb(249,191,175); }

 H1.HeaderClassName
 {
   color: #F9BFAF;
 }
 .AnyTagClassName
 {
   color: #F9BFAF;
 }
</style>
background-color css

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

 a { background-color: rgb(249,191,175); }

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

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

 span { border-color: rgb(249,191,175); }

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