#FBBBA5

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

Shades of Melon #FBBBA5

Tints of Melon #FBBBA5

Color information

#FBBBA5 (or 0xFBBBA5) is unknown color: approx Melon. HEX triplet: FB, BB and A5. RGB value is (251,187,165). Sum of RGB (Red+Green+Blue) = 251+187+165=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBA5 is #04445A. Grayscale: #CBCBCB. Windows color (decimal): -279643 or 10861563. OLE color: 10861563.

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

Color convert

RGB251187165-
CMYK00.250.340.02
HSL15.35º91.49%81.57%-
HSV(B)15.35º34.26%98.43%-
XYZ64.3558.7743.55-
YUV203.63106.2161.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=41.63%
G=31.01%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118716500.250.340.0215.3591.4981.57
HexFBBBA5019222f5b52
Octal37327324503142217133122
Binary11111011101110111010010101100110001010111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBA5; }

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

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

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

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

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

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

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

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