#FBC0AC

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

Shades of Melon #FBC0AC

Tints of Melon #FBC0AC

Color information

#FBC0AC (or 0xFBC0AC) is unknown color: approx Melon. HEX triplet: FB, C0 and AC. RGB value is (251,192,172). Sum of RGB (Red+Green+Blue) = 251+192+172=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0AC is #043F53. Grayscale: #CFCFCF. Windows color (decimal): -278356 or 11321595. OLE color: 11321595.

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

Color convert

RGB251192172-
CMYK00.240.310.02
HSL15.19º90.8%82.94%-
HSV(B)15.19º31.47%98.43%-
XYZ66.0861.1947.36-
YUV207.36108.05159.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=40.81%
G=31.22%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119217200.240.310.0215.1990.882.94
HexFBC0AC0181F2f5b53
Octal37330025403037217133123
Binary1111101111000000101011000110001111110111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0AC; }

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

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

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

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

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

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

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

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