#FABDAE

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

Shades of Melon #FABDAE

Tints of Melon #FABDAE

Color information

#FABDAE (or 0xFABDAE) is unknown color: approx Melon. HEX triplet: FA, BD and AE. RGB value is (250,189,174). Sum of RGB (Red+Green+Blue) = 250+189+174=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDAE is #054251. Grayscale: #CDCDCD. Windows color (decimal): -344658 or 11451898. OLE color: 11451898.

HSL color Cylindrical-coordinate representation of color #FABDAE: hue angle of 11.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FABDAE is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250189174-
CMYK00.240.300.02
HSL11.84º88.37%83.14%-
HSV(B)11.84º30.4%98.04%-
XYZ65.2659.7848.14-
YUV205.53110.21159.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=40.78%
G=30.83%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018917400.240.300.0211.8488.3783.14
HexFABDAE0181E2c5853
Octal37227525603036214130123
Binary1111101010111101101011100110001111010110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDAE; }

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

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

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

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

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

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

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

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