#FCBEA5

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

Shades of Melon #FCBEA5

Tints of Melon #FCBEA5

Color information

#FCBEA5 (or 0xFCBEA5) is unknown color: approx Melon. HEX triplet: FC, BE and A5. RGB value is (252,190,165). Sum of RGB (Red+Green+Blue) = 252+190+165=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEA5 is #03415A. Grayscale: #CDCDCD. Windows color (decimal): -213339 or 10862332. OLE color: 10862332.

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

Color convert

RGB252190165-
CMYK00.250.350.01
HSL17.24º93.55%81.76%-
HSV(B)17.24º34.52%98.82%-
XYZ65.3560.2443.78-
YUV205.69105.04161.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=41.52%
G=31.30%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219016500.250.350.0117.2493.5581.76
HexFCBEA5019231115e52
Octal37427624503143121136122
Binary11111100101111101010010101100110001111000110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEA5; }

 p { color: rgb(252,190,165); }

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

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

 a { background-color: rgb(252,190,165); }

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

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

 span { border-color: rgb(252,190,165); }

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