#FFB3A8

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

Shades of Melon #FFB3A8

Tints of Melon #FFB3A8

Color information

#FFB3A8 (or 0xFFB3A8) is unknown color: approx Melon. HEX triplet: FF, B3 and A8. RGB value is (255,179,168). Sum of RGB (Red+Green+Blue) = 255+179+168=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A8 is #004C57. Grayscale: #C8C8C8. Windows color (decimal): -19544 or 11056127. OLE color: 11056127.

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

Color convert

RGB255179168-
CMYK00.300.340
HSL7.59º100%82.94%-
HSV(B)7.59º34.12%100%-
XYZ64.4356.3344.52-
YUV200.47109.68166.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 168 (66.02% from 255) = 27.91%
R=42.36%
G=29.73%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517916800.300.3407.5910082.94
HexFFB3A801E22086453
Octal37726325003642010144123
Binary1111111110110011101010000111101000100100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3A8; }

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

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

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

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

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

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

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

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