#FFB4AD

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

Shades of Melon #FFB4AD

Tints of Melon #FFB4AD

Color information

#FFB4AD (or 0xFFB4AD) is unknown color: approx Melon. HEX triplet: FF, B4 and AD. RGB value is (255,180,173). Sum of RGB (Red+Green+Blue) = 255+180+173=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4AD is #004B52. Grayscale: #C9C9C9. Windows color (decimal): -19283 or 11384063. OLE color: 11384063.

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

Color convert

RGB255180173-
CMYK00.290.320
HSL5.12º100%83.92%-
HSV(B)5.12º32.16%100%-
XYZ65.156.9247.09-
YUV201.63111.85166.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=41.94%
G=29.61%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518017300.290.3205.1210083.92
HexFFB4AD01D20056454
Octal3772642550354005144124
Binary111111111011010010101101011101100000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4AD; }

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

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

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

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

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

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

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

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