#FABCB5

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

Shades of Melon #FABCB5

Tints of Melon #FABCB5

Color information

#FABCB5 (or 0xFABCB5) is unknown color: approx Melon. HEX triplet: FA, BC and B5. RGB value is (250,188,181). Sum of RGB (Red+Green+Blue) = 250+188+181=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCB5 is #05434A. Grayscale: #CDCDCD. Windows color (decimal): -344907 or 11910394. OLE color: 11910394.

HSL color Cylindrical-coordinate representation of color #FABCB5: hue angle of 6.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FABCB5 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250188181-
CMYK00.250.280.02
HSL6.09º87.34%84.51%-
HSV(B)6.09º27.6%98.04%-
XYZ65.7559.6351.76-
YUV205.74114.04159.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 181 (71.09% from 255) = 29.24%
R=40.39%
G=30.37%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018818100.250.280.026.0987.3484.51
HexFABCB50191C265755
Octal3722742650313426127125
Binary111110101011110010110101011001111001011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCB5; }

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

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

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

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

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

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

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

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