#FBC2AC

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

Shades of Melon #FBC2AC

Tints of Melon #FBC2AC

Color information

#FBC2AC (or 0xFBC2AC) is unknown color: approx Melon. HEX triplet: FB, C2 and AC. RGB value is (251,194,172). Sum of RGB (Red+Green+Blue) = 251+194+172=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2AC is #043D53. Grayscale: #D0D0D0. Windows color (decimal): -277844 or 11322107. OLE color: 11322107.

HSL color Cylindrical-coordinate representation of color #FBC2AC: hue angle of 16.71º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBC2AC is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251194172-
CMYK00.230.310.02
HSL16.71º90.8%82.94%-
HSV(B)16.71º31.47%98.43%-
XYZ66.5262.0747.5-
YUV208.54107.38158.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=40.68%
G=31.44%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119417200.230.310.0216.7190.882.94
HexFBC2AC0171F2115b53
Octal37330225402737221133123
Binary11111011110000101010110001011111111101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2AC; }

 p { color: rgb(251,194,172); }

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

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

 a { background-color: rgb(251,194,172); }

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

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

 span { border-color: rgb(251,194,172); }

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