#FFBEAE

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

Shades of Melon #FFBEAE

Tints of Melon #FFBEAE

Color information

#FFBEAE (or 0xFFBEAE) is unknown color: approx Melon. HEX triplet: FF, BE and AE. RGB value is (255,190,174). Sum of RGB (Red+Green+Blue) = 255+190+174=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBEAE is #004151. Grayscale: #CFCFCF. Windows color (decimal): -16722 or 11452159. OLE color: 11452159.

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

Color convert

RGB255190174-
CMYK00.250.320
HSL11.85º100%84.12%-
HSV(B)11.85º31.76%100%-
XYZ67.2961.1448.3-
YUV207.61109.03161.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=41.20%
G=30.69%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519017400.250.32011.8510084.12
HexFFBEAE019200c6454
Octal37727625603140014144124
Binary1111111110111110101011100110011000000110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEAE; }

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

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

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

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

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

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

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

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