#FBBAAE

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

Shades of Melon #FBBAAE

Tints of Melon #FBBAAE

Color information

#FBBAAE (or 0xFBBAAE) is unknown color: approx Melon. HEX triplet: FB, BA and AE. RGB value is (251,186,174). Sum of RGB (Red+Green+Blue) = 251+186+174=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAAE is #044551. Grayscale: #CCCCCC. Windows color (decimal): -279890 or 11451131. OLE color: 11451131.

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

Color convert

RGB251186174-
CMYK00.260.310.02
HSL9.35º90.59%83.33%-
HSV(B)9.35º30.68%98.43%-
XYZ64.9858.6847.95-
YUV204.07111.03161.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=41.08%
G=30.44%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118617400.260.310.029.3590.5983.33
HexFBBAAE01A1F295b53
Octal37327225603237211133123
Binary1111101110111010101011100110101111110100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAAE; }

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

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

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

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

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

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

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

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