#FABDA5

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

Shades of Melon #FABDA5

Tints of Melon #FABDA5

Color information

#FABDA5 (or 0xFABDA5) is unknown color: approx Melon. HEX triplet: FA, BD and A5. RGB value is (250,189,165). Sum of RGB (Red+Green+Blue) = 250+189+165=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA5 is #05425A. Grayscale: #CCCCCC. Windows color (decimal): -344667 or 10862074. OLE color: 10862074.

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

Color convert

RGB250189165-
CMYK00.240.340.02
HSL16.94º89.47%81.37%-
HSV(B)16.94º34%98.04%-
XYZ64.4159.4443.67-
YUV204.5105.71160.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=41.39%
G=31.29%
B=27.32%

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
Decimal25018916500.240.340.0216.9489.4781.37
HexFABDA5018222115951
Octal37227524503042221131121
Binary111110101011110110100101011000100010101000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDA5; }

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

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

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

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

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

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

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

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