#FCB5AE

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

Shades of Melon #FCB5AE

Tints of Melon #FCB5AE

Color information

#FCB5AE (or 0xFCB5AE) is unknown color: approx Melon. HEX triplet: FC, B5 and AE. RGB value is (252,181,174). Sum of RGB (Red+Green+Blue) = 252+181+174=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB5AE is #034A51. Grayscale: #C9C9C9. Windows color (decimal): -215634 or 11449852. OLE color: 11449852.

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

Color convert

RGB252181174-
CMYK00.280.310.01
HSL5.38º92.86%83.53%-
HSV(B)5.38º30.95%98.82%-
XYZ64.3156.847.62-
YUV201.43112.52164.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=41.52%
G=29.82%
B=28.67%

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
Decimal25218117400.280.310.015.3892.8683.53
HexFCB5AE01C1F155d54
Octal3742652560343715135124
Binary11111100101101011010111001110011111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5AE; }

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

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

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

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

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

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

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

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