#FFB7AD

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

Shades of Melon #FFB7AD

Tints of Melon #FFB7AD

Color information

#FFB7AD (or 0xFFB7AD) is unknown color: approx Melon. HEX triplet: FF, B7 and AD. RGB value is (255,183,173). Sum of RGB (Red+Green+Blue) = 255+183+173=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AD is #004852. Grayscale: #CBCBCB. Windows color (decimal): -18515 or 11384831. OLE color: 11384831.

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

Color convert

RGB255183173-
CMYK00.280.320
HSL7.32º100%83.92%-
HSV(B)7.32º32.16%100%-
XYZ65.7258.1447.29-
YUV203.39110.85164.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=41.73%
G=29.95%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518317300.280.3207.3210083.92
HexFFB7AD01C20076454
Octal3772672550344007144124
Binary111111111011011110101101011100100000011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7AD; }

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

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

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

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

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

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

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

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