#FBC3AE

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

Shades of Melon #FBC3AE

Tints of Melon #FBC3AE

Color information

#FBC3AE (or 0xFBC3AE) is unknown color: approx Melon. HEX triplet: FB, C3 and AE. RGB value is (251,195,174). Sum of RGB (Red+Green+Blue) = 251+195+174=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3AE is #043C51. Grayscale: #D1D1D1. Windows color (decimal): -277586 or 11453435. OLE color: 11453435.

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

Color convert

RGB251195174-
CMYK00.220.310.02
HSL16.36º90.59%83.33%-
HSV(B)16.36º30.68%98.43%-
XYZ66.9462.648.6-
YUV209.35108.05157.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=40.48%
G=31.45%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119517400.220.310.0216.3690.5983.33
HexFBC3AE0161F2105b53
Octal37330325602637220133123
Binary11111011110000111010111001011011111101000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3AE; }

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

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

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

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

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

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

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

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