#FFB5AD

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

Shades of Melon #FFB5AD

Tints of Melon #FFB5AD

Color information

#FFB5AD (or 0xFFB5AD) is unknown color: approx Melon. HEX triplet: FF, B5 and AD. RGB value is (255,181,173). Sum of RGB (Red+Green+Blue) = 255+181+173=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5AD is #004A52. Grayscale: #CACACA. Windows color (decimal): -19027 or 11384319. OLE color: 11384319.

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

Color convert

RGB255181173-
CMYK00.290.320
HSL5.85º100%83.92%-
HSV(B)5.85º32.16%100%-
XYZ65.3157.3247.16-
YUV202.21111.52165.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=41.87%
G=29.72%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518117300.290.3205.8510083.92
HexFFB5AD01D20066454
Octal3772652550354006144124
Binary111111111011010110101101011101100000011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5AD; }

 p { color: rgb(255,181,173); }

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

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

 a { background-color: rgb(255,181,173); }

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

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

 span { border-color: rgb(255,181,173); }

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