#F8BBA6

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

Shades of Melon #F8BBA6

Tints of Melon #F8BBA6

Color information

#F8BBA6 (or 0xF8BBA6) is unknown color: approx Melon. HEX triplet: F8, BB and A6. RGB value is (248,187,166). Sum of RGB (Red+Green+Blue) = 248+187+166=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBA6 is #074459. Grayscale: #CACACA. Windows color (decimal): -476250 or 10927096. OLE color: 10927096.

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

Color convert

RGB248187166-
CMYK00.250.330.03
HSL15.37º85.42%81.18%-
HSV(B)15.37º33.06%97.25%-
XYZ63.3658.2543.98-
YUV202.84107.21160.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 166 (65.23% from 255) = 27.62%
R=41.26%
G=31.11%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818716600.250.330.0315.3785.4281.18
HexF8BBA6019213f5551
Octal37027324603141317125121
Binary11111000101110111010011001100110000111111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBA6; }

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

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

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

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

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

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

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

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