#FFB3A6

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

Shades of Melon #FFB3A6

Tints of Melon #FFB3A6

Color information

#FFB3A6 (or 0xFFB3A6) is unknown color: approx Melon. HEX triplet: FF, B3 and A6. RGB value is (255,179,166). Sum of RGB (Red+Green+Blue) = 255+179+166=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A6 is #004C59. Grayscale: #C8C8C8. Windows color (decimal): -19546 or 10925055. OLE color: 10925055.

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

Color convert

RGB255179166-
CMYK00.300.350
HSL8.76º100%82.55%-
HSV(B)8.76º34.9%100%-
XYZ64.2456.2543.55-
YUV200.24108.68167.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 166 (65.23% from 255) = 27.67%
R=42.5%
G=29.83%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517916600.300.3508.7610082.55
HexFFB3A601E23096453
Octal37726324603643011144123
Binary1111111110110011101001100111101000110100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3A6; }

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

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

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

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

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

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

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

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