#FFB7A2

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

Shades of Melon #FFB7A2

Tints of Melon #FFB7A2

Color information

#FFB7A2 (or 0xFFB7A2) is unknown color: approx Melon. HEX triplet: FF, B7 and A2. RGB value is (255,183,162). Sum of RGB (Red+Green+Blue) = 255+183+162=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7A2 is #00485D. Grayscale: #CACACA. Windows color (decimal): -18526 or 10663935. OLE color: 10663935.

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

Color convert

RGB255183162-
CMYK00.280.360
HSL13.55º100%81.76%-
HSV(B)13.55º36.47%100%-
XYZ64.757.7441.92-
YUV202.13105.35165.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 183 (71.88% from 255) = 30.5%
BLUE value IS 162 (63.67% from 255) = 27%
R=42.5%
G=30.5%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518316200.280.36013.5510081.76
HexFFB7A201C240e6452
Octal37726724203444016144122
Binary1111111110110111101000100111001001000111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7A2; }

 p { color: rgb(255,183,162); }

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

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

 a { background-color: rgb(255,183,162); }

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

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

 span { border-color: rgb(255,183,162); }

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