#FFB3A4

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

Shades of Melon #FFB3A4

Tints of Melon #FFB3A4

Color information

#FFB3A4 (or 0xFFB3A4) is unknown color: approx Melon. HEX triplet: FF, B3 and A4. RGB value is (255,179,164). Sum of RGB (Red+Green+Blue) = 255+179+164=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A4 is #004C5B. Grayscale: #C8C8C8. Windows color (decimal): -19548 or 10793983. OLE color: 10793983.

HSL color Cylindrical-coordinate representation of color #FFB3A4: hue angle of 9.89º 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 #FFB3A4 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255179164-
CMYK00.300.360
HSL9.89º100%82.16%-
HSV(B)9.89º35.69%100%-
XYZ64.0656.1842.59-
YUV200.01107.68167.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 179 (70.31% from 255) = 29.93%
BLUE value IS 164 (64.45% from 255) = 27.42%
R=42.64%
G=29.93%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517916400.300.3609.8910082.16
HexFFB3A401E240a6452
Octal37726324403644012144122
Binary1111111110110011101001000111101001000101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3A4; }

 p { color: rgb(255,179,164); }

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

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

 a { background-color: rgb(255,179,164); }

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

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

 span { border-color: rgb(255,179,164); }

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