#FFB4AF

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

Shades of Melon #FFB4AF

Tints of Melon #FFB4AF

Color information

#FFB4AF (or 0xFFB4AF) is unknown color: approx Melon. HEX triplet: FF, B4 and AF. RGB value is (255,180,175). Sum of RGB (Red+Green+Blue) = 255+180+175=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4AF is #004B50. Grayscale: #C9C9C9. Windows color (decimal): -19281 or 11515135. OLE color: 11515135.

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

Color convert

RGB255180175-
CMYK00.290.310
HSL3.75º100%84.31%-
HSV(B)3.75º31.37%100%-
XYZ65.35748.12-
YUV201.85112.85165.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=41.80%
G=29.51%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518017500.290.3103.7510084.31
HexFFB4AF01D1F046454
Octal3772642570353704144124
Binary11111111101101001010111101110111111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4AF; }

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

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

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

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

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

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

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

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