#FBC0AE

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

Shades of Melon #FBC0AE

Tints of Melon #FBC0AE

Color information

#FBC0AE (or 0xFBC0AE) is unknown color: approx Melon. HEX triplet: FB, C0 and AE. RGB value is (251,192,174). Sum of RGB (Red+Green+Blue) = 251+192+174=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0AE is #043F51. Grayscale: #CFCFCF. Windows color (decimal): -278354 or 11452667. OLE color: 11452667.

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

Color convert

RGB251192174-
CMYK00.240.310.02
HSL14.03º90.59%83.33%-
HSV(B)14.03º30.68%98.43%-
XYZ66.2761.2648.38-
YUV207.59109.05158.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=40.68%
G=31.12%
B=28.20%

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
Decimal25119217400.240.310.0214.0390.5983.33
HexFBC0AE0181F2e5b53
Octal37330025603037216133123
Binary1111101111000000101011100110001111110111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0AE; }

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

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

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

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

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

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

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

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