#FABDA8

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

Shades of Melon #FABDA8

Tints of Melon #FABDA8

Color information

#FABDA8 (or 0xFABDA8) is unknown color: approx Melon. HEX triplet: FA, BD and A8. RGB value is (250,189,168). Sum of RGB (Red+Green+Blue) = 250+189+168=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA8 is #054257. Grayscale: #CCCCCC. Windows color (decimal): -344664 or 11058682. OLE color: 11058682.

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

Color convert

RGB250189168-
CMYK00.240.330.02
HSL15.37º89.13%81.96%-
HSV(B)15.37º32.8%98.04%-
XYZ64.6959.5545.13-
YUV204.84107.21160.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 168 (66.02% from 255) = 27.68%
R=41.19%
G=31.14%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018916800.240.330.0215.3789.1381.96
HexFABDA8018212f5952
Octal37227525003041217131122
Binary11111010101111011010100001100010000110111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDA8; }

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

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

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

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

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

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

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

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