#FFBEB1

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

Shades of Melon #FFBEB1

Tints of Melon #FFBEB1

Color information

#FFBEB1 (or 0xFFBEB1) is unknown color: approx Melon. HEX triplet: FF, BE and B1. RGB value is (255,190,177). Sum of RGB (Red+Green+Blue) = 255+190+177=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBEB1 is #00414E. Grayscale: #D0D0D0. Windows color (decimal): -16719 or 11648767. OLE color: 11648767.

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

Color convert

RGB255190177-
CMYK00.250.310
HSL10º100%84.71%-
HSV(B)10º30.59%100%-
XYZ67.5961.2649.86-
YUV207.95110.53161.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=41.00%
G=30.55%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519017700.250.3101010084.71
HexFFBEB10191F0a6455
Octal37727626103137012144125
Binary111111111011111010110001011001111110101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEB1; }

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

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

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

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

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

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

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

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