#FFB4AA

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

Shades of Melon #FFB4AA

Tints of Melon #FFB4AA

Color information

#FFB4AA (or 0xFFB4AA) is unknown color: approx Melon. HEX triplet: FF, B4 and AA. RGB value is (255,180,170). Sum of RGB (Red+Green+Blue) = 255+180+170=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4AA is #004B55. Grayscale: #C9C9C9. Windows color (decimal): -19286 or 11187455. OLE color: 11187455.

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

Color convert

RGB255180170-
CMYK00.290.330
HSL7.06º100%83.33%-
HSV(B)7.06º33.33%100%-
XYZ64.8256.845.58-
YUV201.28110.35166.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=42.15%
G=29.75%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518017000.290.3307.0610083.33
HexFFB4AA01D21076453
Octal3772642520354107144123
Binary111111111011010010101010011101100001011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4AA; }

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

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

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

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

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

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

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

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