#FFB3A5

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

Shades of Melon #FFB3A5

Tints of Melon #FFB3A5

Color information

#FFB3A5 (or 0xFFB3A5) is unknown color: approx Melon. HEX triplet: FF, B3 and A5. RGB value is (255,179,165). Sum of RGB (Red+Green+Blue) = 255+179+165=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A5 is #004C5A. Grayscale: #C8C8C8. Windows color (decimal): -19547 or 10859519. OLE color: 10859519.

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

Color convert

RGB255179165-
CMYK00.300.350
HSL9.33º100%82.35%-
HSV(B)9.33º35.29%100%-
XYZ64.1556.2243.07-
YUV200.13108.18167.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 165 (64.84% from 255) = 27.55%
R=42.57%
G=29.88%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517916500.300.3509.3310082.35
HexFFB3A501E23096452
Octal37726324503643011144122
Binary1111111110110011101001010111101000110100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3A5; }

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

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

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

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

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

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

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

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