#FBC0A7

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

Shades of Melon #FBC0A7

Tints of Melon #FBC0A7

Color information

#FBC0A7 (or 0xFBC0A7) is unknown color: approx Melon. HEX triplet: FB, C0 and A7. RGB value is (251,192,167). Sum of RGB (Red+Green+Blue) = 251+192+167=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0A7 is #043F58. Grayscale: #CECECE. Windows color (decimal): -278361 or 10993915. OLE color: 10993915.

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

Color convert

RGB251192167-
CMYK00.240.330.02
HSL17.86º91.3%81.96%-
HSV(B)17.86º33.47%98.43%-
XYZ65.616144.88-
YUV206.79105.55159.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 167 (65.62% from 255) = 27.38%
R=41.15%
G=31.48%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119216700.240.330.0217.8691.381.96
HexFBC0A7018212125b52
Octal37330024703041222133122
Binary111110111100000010100111011000100001101001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0A7; }

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

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

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

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

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

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

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

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