#FABDA6

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

Shades of Melon #FABDA6

Tints of Melon #FABDA6

Color information

#FABDA6 (or 0xFABDA6) is unknown color: approx Melon. HEX triplet: FA, BD and A6. RGB value is (250,189,166). Sum of RGB (Red+Green+Blue) = 250+189+166=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA6 is #054259. Grayscale: #CCCCCC. Windows color (decimal): -344666 or 10927610. OLE color: 10927610.

HSL color Cylindrical-coordinate representation of color #FABDA6: hue angle of 16.43º 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 #FABDA6 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB250189166-
CMYK00.240.340.02
HSL16.43º89.36%81.57%-
HSV(B)16.43º33.6%98.04%-
XYZ64.559.4744.16-
YUV204.62106.21160.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 166 (65.23% from 255) = 27.44%
R=41.32%
G=31.24%
B=27.44%

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
Decimal25018916600.240.340.0216.4389.3681.57
HexFABDA6018222105952
Octal37227524603042220131122
Binary111110101011110110100110011000100010101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDA6; }

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

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

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

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

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

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

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

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