#F5BBAB

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

Shades of Melon #F5BBAB

Tints of Melon #F5BBAB

Color information

#F5BBAB (or 0xF5BBAB) is unknown color: approx Melon. HEX triplet: F5, BB and AB. RGB value is (245,187,171). Sum of RGB (Red+Green+Blue) = 245+187+171=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BBAB is #0A4454. Grayscale: #CACACA. Windows color (decimal): -672853 or 11254773. OLE color: 11254773.

HSL color Cylindrical-coordinate representation of color #F5BBAB: hue angle of 12.97º 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 #F5BBAB is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245187171-
CMYK00.240.300.04
HSL12.97º78.72%81.57%-
HSV(B)12.97º30.2%96.08%-
XYZ62.7857.8946.39-
YUV202.52110.22158.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=40.63%
G=31.01%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518717100.240.300.0412.9778.7281.57
HexF5BBAB0181E4d4f52
Octal36527325303036415117122
Binary11110101101110111010101101100011110100110110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBAB; }

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

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

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

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

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

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

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

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