#F2B9AA

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

Shades of Melon #F2B9AA

Tints of Melon #F2B9AA

Color information

#F2B9AA (or 0xF2B9AA) is unknown color: approx Melon. HEX triplet: F2, B9 and AA. RGB value is (242,185,170). Sum of RGB (Red+Green+Blue) = 242+185+170=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B9AA is #0D4655. Grayscale: #C8C8C8. Windows color (decimal): -869974 or 11188722. OLE color: 11188722.

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

Color convert

RGB242185170-
CMYK00.240.300.05
HSL12.5º73.47%80.78%-
HSV(B)12.5º29.75%94.9%-
XYZ61.2256.4845.7-
YUV200.33110.88157.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=40.54%
G=30.99%
B=28.48%

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
Decimal24218517000.240.300.0512.573.4780.78
HexF2B9AA0181E5d4951
Octal36227125203036515111121
Binary11110010101110011010101001100011110101110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9AA; }

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

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

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

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

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

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

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

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