#F9BCAB

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

Shades of Melon #F9BCAB

Tints of Melon #F9BCAB

Color information

#F9BCAB (or 0xF9BCAB) is unknown color: approx Melon. HEX triplet: F9, BC and AB. RGB value is (249,188,171). Sum of RGB (Red+Green+Blue) = 249+188+171=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BCAB is #064354. Grayscale: #CCCCCC. Windows color (decimal): -410453 or 11255033. OLE color: 11255033.

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

Color convert

RGB249188171-
CMYK00.240.310.02
HSL13.08º86.67%82.35%-
HSV(B)13.08º31.33%97.65%-
XYZ64.459.0546.53-
YUV204.3109.21159.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=40.95%
G=30.92%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918817100.240.310.0213.0886.6782.35
HexF9BCAB0181F2d5752
Octal37127425303037215127122
Binary1111100110111100101010110110001111110110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCAB; }

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

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

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

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

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

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

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

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