#FABDA9

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

Shades of Melon #FABDA9

Tints of Melon #FABDA9

Color information

#FABDA9 (or 0xFABDA9) is unknown color: approx Melon. HEX triplet: FA, BD and A9. RGB value is (250,189,169). Sum of RGB (Red+Green+Blue) = 250+189+169=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA9 is #054256. Grayscale: #CDCDCD. Windows color (decimal): -344663 or 11124218. OLE color: 11124218.

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

Color convert

RGB250189169-
CMYK00.240.320.02
HSL14.81º89.01%82.16%-
HSV(B)14.81º32.4%98.04%-
XYZ64.7859.5845.62-
YUV204.96107.71160.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 169 (66.41% from 255) = 27.80%
R=41.12%
G=31.09%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018916900.240.320.0214.8189.0182.16
HexFABDA9018202f5952
Octal37227525103040217131122
Binary11111010101111011010100101100010000010111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDA9; }

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

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

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

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

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

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

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

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