#FCB5A3

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

Shades of Melon #FCB5A3

Tints of Melon #FCB5A3

Color information

#FCB5A3 (or 0xFCB5A3) is unknown color: approx Melon. HEX triplet: FC, B5 and A3. RGB value is (252,181,163). Sum of RGB (Red+Green+Blue) = 252+181+163=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB5A3 is #034A5C. Grayscale: #C8C8C8. Windows color (decimal): -215645 or 10728956. OLE color: 10728956.

HSL color Cylindrical-coordinate representation of color #FCB5A3: hue angle of 12.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCB5A3 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252181163-
CMYK00.280.350.01
HSL12.13º93.68%81.37%-
HSV(B)12.13º35.32%98.82%-
XYZ63.2856.3942.2-
YUV200.18107.02164.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 163 (64.06% from 255) = 27.35%
R=42.28%
G=30.37%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218116300.280.350.0112.1393.6881.37
HexFCB5A301C231c5e51
Octal37426524303443114136121
Binary1111110010110101101000110111001000111110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5A3; }

 p { color: rgb(252,181,163); }

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

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

 a { background-color: rgb(252,181,163); }

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

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

 span { border-color: rgb(252,181,163); }

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