#FFBEAC

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

Shades of Melon #FFBEAC

Tints of Melon #FFBEAC

Color information

#FFBEAC (or 0xFFBEAC) is unknown color: approx Melon. HEX triplet: FF, BE and AC. RGB value is (255,190,172). Sum of RGB (Red+Green+Blue) = 255+190+172=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBEAC is #004153. Grayscale: #CFCFCF. Windows color (decimal): -16724 or 11321087. OLE color: 11321087.

HSL color Cylindrical-coordinate representation of color #FFBEAC: hue angle of 13.01º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFBEAC is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255190172-
CMYK00.250.330
HSL13.01º100%83.73%-
HSV(B)13.01º32.55%100%-
XYZ67.161.0747.28-
YUV207.38108.03161.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=41.33%
G=30.79%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519017200.250.33013.0110083.73
HexFFBEAC019210d6454
Octal37727625403141015144124
Binary1111111110111110101011000110011000010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEAC; }

 p { color: rgb(255,190,172); }

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

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

 a { background-color: rgb(255,190,172); }

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

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

 span { border-color: rgb(255,190,172); }

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