#FBB4A4

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

Shades of Melon #FBB4A4

Tints of Melon #FBB4A4

Color information

#FBB4A4 (or 0xFBB4A4) is unknown color: approx Melon. HEX triplet: FB, B4 and A4. RGB value is (251,180,164). Sum of RGB (Red+Green+Blue) = 251+180+164=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4A4 is #044B5B. Grayscale: #C7C7C7. Windows color (decimal): -281436 or 10794235. OLE color: 10794235.

HSL color Cylindrical-coordinate representation of color #FBB4A4: hue angle of 11.03º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBB4A4 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251180164-
CMYK00.280.350.02
HSL11.03º91.58%81.37%-
HSV(B)11.03º34.66%98.43%-
XYZ62.8155.8342.59-
YUV199.4108.02164.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 164 (64.45% from 255) = 27.56%
R=42.18%
G=30.25%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118016400.280.350.0211.0391.5881.37
HexFBB4A401C232b5c51
Octal37326424403443213134121
Binary11111011101101001010010001110010001110101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4A4; }

 p { color: rgb(251,180,164); }

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

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

 a { background-color: rgb(251,180,164); }

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

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

 span { border-color: rgb(251,180,164); }

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