#FABAB4

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

Shades of Melon #FABAB4

Tints of Melon #FABAB4

Color information

#FABAB4 (or 0xFABAB4) is unknown color: approx Melon. HEX triplet: FA, BA and B4. RGB value is (250,186,180). Sum of RGB (Red+Green+Blue) = 250+186+180=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAB4 is #05454B. Grayscale: #CCCCCC. Windows color (decimal): -345420 or 11844346. OLE color: 11844346.

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

Color convert

RGB250186180-
CMYK00.260.280.02
HSL5.14º87.5%84.31%-
HSV(B)5.14º28%98.04%-
XYZ65.2258.7451.08-
YUV204.45114.2160.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=40.58%
G=30.19%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018618000.260.280.025.1487.584.31
HexFABAB401A1C255854
Octal3722722640323425130124
Binary111110101011101010110100011010111001010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAB4; }

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

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

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

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

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

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

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

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