#FFBEAF

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

Shades of Melon #FFBEAF

Tints of Melon #FFBEAF

Color information

#FFBEAF (or 0xFFBEAF) is unknown color: approx Melon. HEX triplet: FF, BE and AF. RGB value is (255,190,175). Sum of RGB (Red+Green+Blue) = 255+190+175=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBEAF is #004150. Grayscale: #CFCFCF. Windows color (decimal): -16721 or 11517695. OLE color: 11517695.

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

Color convert

RGB255190175-
CMYK00.250.310
HSL11.25º100%84.31%-
HSV(B)11.25º31.37%100%-
XYZ67.3961.1848.81-
YUV207.72109.53161.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=41.13%
G=30.65%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519017500.250.31011.2510084.31
HexFFBEAF0191F0b6454
Octal37727625703137013144124
Binary111111111011111010101111011001111110101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEAF; }

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

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

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

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

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

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

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

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