#F2BAAA

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

Shades of Melon #F2BAAA

Tints of Melon #F2BAAA

Color information

#F2BAAA (or 0xF2BAAA) is unknown color: approx Melon. HEX triplet: F2, BA and AA. RGB value is (242,186,170). Sum of RGB (Red+Green+Blue) = 242+186+170=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAA is #0D4555. Grayscale: #C9C9C9. Windows color (decimal): -869718 or 11188978. OLE color: 11188978.

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

Color convert

RGB242186170-
CMYK00.230.300.05
HSL13.33º73.47%80.78%-
HSV(B)13.33º29.75%94.9%-
XYZ61.4356.945.77-
YUV200.92110.55157.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.47%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=40.47%
G=31.10%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218617000.230.300.0513.3373.4780.78
HexF2BAAA0171E5d4951
Octal36227225202736515111121
Binary11110010101110101010101001011111110101110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAAA; }

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

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

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

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

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

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

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

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