#FABFA6

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

Shades of Melon #FABFA6

Tints of Melon #FABFA6

Color information

#FABFA6 (or 0xFABFA6) is unknown color: approx Melon. HEX triplet: FA, BF and A6. RGB value is (250,191,166). Sum of RGB (Red+Green+Blue) = 250+191+166=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABFA6 is #054059. Grayscale: #CDCDCD. Windows color (decimal): -344154 or 10928122. OLE color: 10928122.

HSL color Cylindrical-coordinate representation of color #FABFA6: hue angle of 17.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FABFA6 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB250191166-
CMYK00.240.340.02
HSL17.86º89.36%81.57%-
HSV(B)17.86º33.6%98.04%-
XYZ64.9460.3444.3-
YUV205.79105.55159.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 166 (65.23% from 255) = 27.35%
R=41.19%
G=31.47%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019116600.240.340.0217.8689.3681.57
HexFABFA6018222125952
Octal37227724603042222131122
Binary111110101011111110100110011000100010101001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFA6; }

 p { color: rgb(250,191,166); }

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

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

 a { background-color: rgb(250,191,166); }

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

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

 span { border-color: rgb(250,191,166); }

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