#F5BDAD

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

Shades of Melon #F5BDAD

Tints of Melon #F5BDAD

Color information

#F5BDAD (or 0xF5BDAD) is unknown color: approx Melon. HEX triplet: F5, BD and AD. RGB value is (245,189,173). Sum of RGB (Red+Green+Blue) = 245+189+173=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BDAD is #0A4252. Grayscale: #CCCCCC. Windows color (decimal): -672339 or 11386357. OLE color: 11386357.

HSL color Cylindrical-coordinate representation of color #F5BDAD: hue angle of 13.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5BDAD is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245189173-
CMYK00.230.290.04
HSL13.33º78.26%81.96%-
HSV(B)13.33º29.39%96.08%-
XYZ63.458.8247.55-
YUV203.92110.55157.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=40.36%
G=31.14%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518917300.230.290.0413.3378.2681.96
HexF5BDAD0171D4d4e52
Octal36527525502735415116122
Binary11110101101111011010110101011111101100110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDAD; }

 p { color: rgb(245,189,173); }

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

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

 a { background-color: rgb(245,189,173); }

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

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

 span { border-color: rgb(245,189,173); }

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