#FBC2AA

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

Shades of Melon #FBC2AA

Tints of Melon #FBC2AA

Color information

#FBC2AA (or 0xFBC2AA) is unknown color: approx Melon. HEX triplet: FB, C2 and AA. RGB value is (251,194,170). Sum of RGB (Red+Green+Blue) = 251+194+170=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2AA is #043D55. Grayscale: #D0D0D0. Windows color (decimal): -277846 or 11191035. OLE color: 11191035.

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

Color convert

RGB251194170-
CMYK00.230.320.02
HSL17.78º91.01%82.55%-
HSV(B)17.78º32.27%98.43%-
XYZ66.336246.5-
YUV208.31106.38158.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=40.81%
G=31.54%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119417000.230.320.0217.7891.0182.55
HexFBC2AA017202125b53
Octal37330225202740222133123
Binary111110111100001010101010010111100000101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2AA; }

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

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

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

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

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

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

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

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