#FCB9AF

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

Shades of Melon #FCB9AF

Tints of Melon #FCB9AF

Color information

#FCB9AF (or 0xFCB9AF) is unknown color: approx Melon. HEX triplet: FC, B9 and AF. RGB value is (252,185,175). Sum of RGB (Red+Green+Blue) = 252+185+175=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AF is #034650. Grayscale: #CCCCCC. Windows color (decimal): -214609 or 11516412. OLE color: 11516412.

HSL color Cylindrical-coordinate representation of color #FCB9AF: hue angle of 7.79º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB9AF is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252185175-
CMYK00.270.310.01
HSL7.79º92.77%83.73%-
HSV(B)7.79º30.56%98.82%-
XYZ65.2358.4948.41-
YUV203.89111.7162.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=41.18%
G=30.23%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218517500.270.310.017.7992.7783.73
HexFCB9AF01B1F185d54
Octal37427125703337110135124
Binary111111001011100110101111011011111111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9AF; }

 p { color: rgb(252,185,175); }

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

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

 a { background-color: rgb(252,185,175); }

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

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

 span { border-color: rgb(252,185,175); }

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