#F8C1AC

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

Shades of Melon #F8C1AC

Tints of Melon #F8C1AC

Color information

#F8C1AC (or 0xF8C1AC) is unknown color: approx Melon. HEX triplet: F8, C1 and AC. RGB value is (248,193,172). Sum of RGB (Red+Green+Blue) = 248+193+172=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C1AC is #073E53. Grayscale: #CFCFCF. Windows color (decimal): -474708 or 11321848. OLE color: 11321848.

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

Color convert

RGB248193172-
CMYK00.220.310.03
HSL16.58º84.44%82.35%-
HSV(B)16.58º30.65%97.25%-
XYZ65.2361.0747.38-
YUV207.05108.22157.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=40.46%
G=31.48%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819317200.220.310.0316.5884.4482.35
HexF8C1AC0161F3115452
Octal37030125402637321124122
Binary11111000110000011010110001011011111111000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1AC; }

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

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

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

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

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

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

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

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