#FCB6AE

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

Shades of Melon #FCB6AE

Tints of Melon #FCB6AE

Color information

#FCB6AE (or 0xFCB6AE) is unknown color: approx Melon. HEX triplet: FC, B6 and AE. RGB value is (252,182,174). Sum of RGB (Red+Green+Blue) = 252+182+174=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6AE is #034951. Grayscale: #CACACA. Windows color (decimal): -215378 or 11450108. OLE color: 11450108.

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

Color convert

RGB252182174-
CMYK00.280.310.01
HSL6.15º92.86%83.53%-
HSV(B)6.15º30.95%98.82%-
XYZ64.5157.2147.69-
YUV202.02112.19163.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=41.45%
G=29.93%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218217400.280.310.016.1592.8683.53
HexFCB6AE01C1F165d54
Octal3742662560343716135124
Binary11111100101101101010111001110011111111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6AE; }

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

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

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

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

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

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

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

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