#FCB9AE

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

Shades of Melon #FCB9AE

Tints of Melon #FCB9AE

Color information

#FCB9AE (or 0xFCB9AE) is unknown color: approx Melon. HEX triplet: FC, B9 and AE. RGB value is (252,185,174). Sum of RGB (Red+Green+Blue) = 252+185+174=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AE is #034651. Grayscale: #CBCBCB. Windows color (decimal): -214610 or 11450876. OLE color: 11450876.

HSL color Cylindrical-coordinate representation of color #FCB9AE: hue angle of 8.46º 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 #FCB9AE is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252185174-
CMYK00.270.310.01
HSL8.46º92.86%83.53%-
HSV(B)8.46º30.95%98.82%-
XYZ65.1358.4547.89-
YUV203.78111.2162.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=41.24%
G=30.28%
B=28.48%

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
Decimal25218517400.270.310.018.4692.8683.53
HexFCB9AE01B1F185d54
Octal37427125603337110135124
Binary111111001011100110101110011011111111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9AE; }

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

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

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

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

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

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

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

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