#F2B7AA

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

Shades of Melon #F2B7AA

Tints of Melon #F2B7AA

Color information

#F2B7AA (or 0xF2B7AA) is unknown color: approx Melon. HEX triplet: F2, B7 and AA. RGB value is (242,183,170). Sum of RGB (Red+Green+Blue) = 242+183+170=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B7AA is #0D4855. Grayscale: #C7C7C7. Windows color (decimal): -870486 or 11188210. OLE color: 11188210.

HSL color Cylindrical-coordinate representation of color #F2B7AA: hue angle of 10.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B7AA is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242183170-
CMYK00.240.300.05
HSL10.83º73.47%80.78%-
HSV(B)10.83º29.75%94.9%-
XYZ60.8155.6545.57-
YUV199.16111.55158.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=40.67%
G=30.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218317000.240.300.0510.8373.4780.78
HexF2B7AA0181E5b4951
Octal36226725203036513111121
Binary11110010101101111010101001100011110101101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7AA; }

 p { color: rgb(242,183,170); }

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

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

 a { background-color: rgb(242,183,170); }

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

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

 span { border-color: rgb(242,183,170); }

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