#FABCA8

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

Shades of Melon #FABCA8

Tints of Melon #FABCA8

Color information

#FABCA8 (or 0xFABCA8) is unknown color: approx Melon. HEX triplet: FA, BC and A8. RGB value is (250,188,168). Sum of RGB (Red+Green+Blue) = 250+188+168=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA8 is #054357. Grayscale: #CCCCCC. Windows color (decimal): -344920 or 11058426. OLE color: 11058426.

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

Color convert

RGB250188168-
CMYK00.250.330.02
HSL14.63º89.13%81.96%-
HSV(B)14.63º32.8%98.04%-
XYZ64.4859.1245.06-
YUV204.26107.54160.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 168 (66.02% from 255) = 27.72%
R=41.25%
G=31.02%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018816800.250.330.0214.6389.1381.96
HexFABCA8019212f5952
Octal37227425003141217131122
Binary11111010101111001010100001100110000110111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCA8; }

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

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

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

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

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

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

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

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