#F5BCAB

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

Shades of Melon #F5BCAB

Tints of Melon #F5BCAB

Color information

#F5BCAB (or 0xF5BCAB) is unknown color: approx Melon. HEX triplet: F5, BC and AB. RGB value is (245,188,171). Sum of RGB (Red+Green+Blue) = 245+188+171=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCAB is #0A4354. Grayscale: #CBCBCB. Windows color (decimal): -672597 or 11255029. OLE color: 11255029.

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

Color convert

RGB245188171-
CMYK00.230.300.04
HSL13.78º78.72%81.57%-
HSV(B)13.78º30.2%96.08%-
XYZ62.9958.3246.46-
YUV203.1109.88157.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=40.56%
G=31.13%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518817100.230.300.0413.7878.7281.57
HexF5BCAB0171E4e4f52
Octal36527425302736416117122
Binary11110101101111001010101101011111110100111010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCAB; }

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

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

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

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

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

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

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

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