#F5BFAE

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

Shades of Melon #F5BFAE

Tints of Melon #F5BFAE

Color information

#F5BFAE (or 0xF5BFAE) is unknown color: approx Melon. HEX triplet: F5, BF and AE. RGB value is (245,191,174). Sum of RGB (Red+Green+Blue) = 245+191+174=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BFAE is #0A4051. Grayscale: #CDCDCD. Windows color (decimal): -671826 or 11452405. OLE color: 11452405.

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

Color convert

RGB245191174-
CMYK00.220.290.04
HSL14.37º78.02%82.16%-
HSV(B)14.37º28.98%96.08%-
XYZ63.9359.7348.2-
YUV205.21110.39156.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=40.16%
G=31.31%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519117400.220.290.0414.3778.0282.16
HexF5BFAE0161D4e4e52
Octal36527725602635416116122
Binary11110101101111111010111001011011101100111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFAE; }

 p { color: rgb(245,191,174); }

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

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

 a { background-color: rgb(245,191,174); }

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

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

 span { border-color: rgb(245,191,174); }

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