#F8BBAC

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

Shades of Melon #F8BBAC

Tints of Melon #F8BBAC

Color information

#F8BBAC (or 0xF8BBAC) is unknown color: approx Melon. HEX triplet: F8, BB and AC. RGB value is (248,187,172). Sum of RGB (Red+Green+Blue) = 248+187+172=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBAC is #074453. Grayscale: #CBCBCB. Windows color (decimal): -476244 or 11320312. OLE color: 11320312.

HSL color Cylindrical-coordinate representation of color #F8BBAC: hue angle of 11.84º degrees, saturation: 0.84, 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 #F8BBAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248187172-
CMYK00.250.310.03
HSL11.84º84.44%82.35%-
HSV(B)11.84º30.65%97.25%-
XYZ63.9358.4846.95-
YUV203.53110.21159.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=40.86%
G=30.81%
B=28.34%

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
Decimal24818717200.250.310.0311.8484.4482.35
HexF8BBAC0191F3c5452
Octal37027325403137314124122
Binary1111100010111011101011000110011111111110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBAC; }

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

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

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

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

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

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

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

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