#FBB6A4

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

Shades of Melon #FBB6A4

Tints of Melon #FBB6A4

Color information

#FBB6A4 (or 0xFBB6A4) is unknown color: approx Melon. HEX triplet: FB, B6 and A4. RGB value is (251,182,164). Sum of RGB (Red+Green+Blue) = 251+182+164=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6A4 is #04495B. Grayscale: #C8C8C8. Windows color (decimal): -280924 or 10794747. OLE color: 10794747.

HSL color Cylindrical-coordinate representation of color #FBB6A4: hue angle of 12.41º 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 #FBB6A4 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251182164-
CMYK00.270.350.02
HSL12.41º91.58%81.37%-
HSV(B)12.41º34.66%98.43%-
XYZ63.2156.6542.72-
YUV200.58107.36163.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 164 (64.45% from 255) = 27.47%
R=42.04%
G=30.49%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118216400.270.350.0212.4191.5881.37
HexFBB6A401B232c5c51
Octal37326624403343214134121
Binary11111011101101101010010001101110001110110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6A4; }

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

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

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

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

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

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

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

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