#FBB5AE

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

Shades of Melon #FBB5AE

Tints of Melon #FBB5AE

Color information

#FBB5AE (or 0xFBB5AE) is unknown color: approx Melon. HEX triplet: FB, B5 and AE. RGB value is (251,181,174). Sum of RGB (Red+Green+Blue) = 251+181+174=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5AE is #044A51. Grayscale: #C9C9C9. Windows color (decimal): -281170 or 11449851. OLE color: 11449851.

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

Color convert

RGB251181174-
CMYK00.280.310.02
HSL5.45º90.59%83.33%-
HSV(B)5.45º30.68%98.43%-
XYZ63.9556.6147.6-
YUV201.13112.69163.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=41.42%
G=29.87%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118117400.280.310.025.4590.5983.33
HexFBB5AE01C1F255b53
Octal3732652560343725133123
Binary111110111011010110101110011100111111010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5AE; }

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

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

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

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

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

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

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

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