#F5BAAA

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

Shades of Melon #F5BAAA

Tints of Melon #F5BAAA

Color information

#F5BAAA (or 0xF5BAAA) is unknown color: approx Melon. HEX triplet: F5, BA and AA. RGB value is (245,186,170). Sum of RGB (Red+Green+Blue) = 245+186+170=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BAAA is #0A4555. Grayscale: #C9C9C9. Windows color (decimal): -673110 or 11188981. OLE color: 11188981.

HSL color Cylindrical-coordinate representation of color #F5BAAA: hue angle of 12.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5BAAA is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245186170-
CMYK00.240.310.04
HSL12.8º78.95%81.37%-
HSV(B)12.8º30.61%96.08%-
XYZ62.4757.4345.82-
YUV201.82110.05158.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=40.77%
G=30.95%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518617000.240.310.0412.878.9581.37
HexF5BAAA0181F4d4f51
Octal36527225203037415117121
Binary11110101101110101010101001100011111100110110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BAAA; }

 p { color: rgb(245,186,170); }

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

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

 a { background-color: rgb(245,186,170); }

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

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

 span { border-color: rgb(245,186,170); }

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