#FABCB4

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

Shades of Melon #FABCB4

Tints of Melon #FABCB4

Color information

#FABCB4 (or 0xFABCB4) is unknown color: approx Melon. HEX triplet: FA, BC and B4. RGB value is (250,188,180). Sum of RGB (Red+Green+Blue) = 250+188+180=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCB4 is #05434B. Grayscale: #CDCDCD. Windows color (decimal): -344908 or 11844858. OLE color: 11844858.

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

Color convert

RGB250188180-
CMYK00.250.280.02
HSL6.86º87.5%84.31%-
HSV(B)6.86º28%98.04%-
XYZ65.6559.5951.22-
YUV205.63113.54159.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 180 (70.70% from 255) = 29.13%
R=40.45%
G=30.42%
B=29.13%

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
Decimal25018818000.250.280.026.8687.584.31
HexFABCB40191C275854
Octal3722742640313427130124
Binary111110101011110010110100011001111001011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCB4; }

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

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

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

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

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

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

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

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