#FFB4A5

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

Shades of Melon #FFB4A5

Tints of Melon #FFB4A5

Color information

#FFB4A5 (or 0xFFB4A5) is unknown color: approx Melon. HEX triplet: FF, B4 and A5. RGB value is (255,180,165). Sum of RGB (Red+Green+Blue) = 255+180+165=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4A5 is #004B5A. Grayscale: #C8C8C8. Windows color (decimal): -19291 or 10859775. OLE color: 10859775.

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

Color convert

RGB255180165-
CMYK00.290.350
HSL10º100%82.35%-
HSV(B)10º35.29%100%-
XYZ64.3556.6243.13-
YUV200.71107.85166.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 165 (64.84% from 255) = 27.5%
R=42.5%
G=30%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518016500.290.3501010082.35
HexFFB4A501D230a6452
Octal37726424503543012144122
Binary1111111110110100101001010111011000110101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4A5; }

 p { color: rgb(255,180,165); }

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

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

 a { background-color: rgb(255,180,165); }

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

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

 span { border-color: rgb(255,180,165); }

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