#F8BBAA

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

Shades of Melon #F8BBAA

Tints of Melon #F8BBAA

Color information

#F8BBAA (or 0xF8BBAA) is unknown color: approx Melon. HEX triplet: F8, BB and AA. RGB value is (248,187,170). Sum of RGB (Red+Green+Blue) = 248+187+170=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBAA is #074455. Grayscale: #CBCBCB. Windows color (decimal): -476246 or 11189240. OLE color: 11189240.

HSL color Cylindrical-coordinate representation of color #F8BBAA: hue angle of 13.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8BBAA is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248187170-
CMYK00.250.310.03
HSL13.08º84.78%81.96%-
HSV(B)13.08º31.45%97.25%-
XYZ63.7458.445.94-
YUV203.3109.21159.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=40.99%
G=30.91%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818717000.250.310.0313.0884.7881.96
HexF8BBAA0191F3d5552
Octal37027325203137315125122
Binary1111100010111011101010100110011111111110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBAA; }

 p { color: rgb(248,187,170); }

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

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

 a { background-color: rgb(248,187,170); }

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

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

 span { border-color: rgb(248,187,170); }

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