#FFB9AF

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

Shades of Melon #FFB9AF

Tints of Melon #FFB9AF

Color information

#FFB9AF (or 0xFFB9AF) is unknown color: approx Melon. HEX triplet: FF, B9 and AF. RGB value is (255,185,175). Sum of RGB (Red+Green+Blue) = 255+185+175=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9AF is #004650. Grayscale: #CCCCCC. Windows color (decimal): -18001 or 11516415. OLE color: 11516415.

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

Color convert

RGB255185175-
CMYK00.270.310
HSL7.5º100%84.31%-
HSV(B)7.5º31.37%100%-
XYZ66.3359.0548.46-
YUV204.79111.19163.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=41.46%
G=30.08%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518517500.270.3107.510084.31
HexFFB9AF01B1F086454
Octal37727125703337010144124
Binary111111111011100110101111011011111110100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9AF; }

 p { color: rgb(255,185,175); }

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

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

 a { background-color: rgb(255,185,175); }

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

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

 span { border-color: rgb(255,185,175); }

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