#F5B8AB

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

Shades of Melon #F5B8AB

Tints of Melon #F5B8AB

Color information

#F5B8AB (or 0xF5B8AB) is unknown color: approx Melon. HEX triplet: F5, B8 and AB. RGB value is (245,184,171). Sum of RGB (Red+Green+Blue) = 245+184+171=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B8AB is #0A4754. Grayscale: #C8C8C8. Windows color (decimal): -673621 or 11254005. OLE color: 11254005.

HSL color Cylindrical-coordinate representation of color #F5B8AB: hue angle of 10.54º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5B8AB is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245184171-
CMYK00.250.300.04
HSL10.54º78.72%81.57%-
HSV(B)10.54º30.2%96.08%-
XYZ62.1556.6346.18-
YUV200.76111.21159.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 184 (72.27% from 255) = 30.67%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=40.83%
G=30.67%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518417100.250.300.0410.5478.7281.57
HexF5B8AB0191E4b4f52
Octal36527025303136413117122
Binary11110101101110001010101101100111110100101110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8AB; }

 p { color: rgb(245,184,171); }

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

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

 a { background-color: rgb(245,184,171); }

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

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

 span { border-color: rgb(245,184,171); }

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