#FBBBAA

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

Shades of Melon #FBBBAA

Tints of Melon #FBBBAA

Color information

#FBBBAA (or 0xFBBBAA) is unknown color: approx Melon. HEX triplet: FB, BB and AA. RGB value is (251,187,170). Sum of RGB (Red+Green+Blue) = 251+187+170=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBAA is #044455. Grayscale: #CCCCCC. Windows color (decimal): -279638 or 11189243. OLE color: 11189243.

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

Color convert

RGB251187170-
CMYK00.250.320.02
HSL12.59º91.01%82.55%-
HSV(B)12.59º32.27%98.43%-
XYZ64.8158.9545.99-
YUV204.2108.7161.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=41.28%
G=30.76%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118717000.250.320.0212.5991.0182.55
HexFBBBAA019202d5b53
Octal37327325203140215133123
Binary11111011101110111010101001100110000010110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBAA; }

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

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

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

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

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

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

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

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