#FAB6B1

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

Shades of Melon #FAB6B1

Tints of Melon #FAB6B1

Color information

#FAB6B1 (or 0xFAB6B1) is unknown color: approx Melon. HEX triplet: FA, B6 and B1. RGB value is (250,182,177). Sum of RGB (Red+Green+Blue) = 250+182+177=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6B1 is #05494E. Grayscale: #C9C9C9. Windows color (decimal): -346447 or 11646714. OLE color: 11646714.

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

Color convert

RGB250182177-
CMYK00.270.290.02
HSL4.11º87.95%83.73%-
HSV(B)4.11º29.2%98.04%-
XYZ64.0956.9549.21-
YUV201.76114.03162.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=41.05%
G=29.89%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018217700.270.290.024.1187.9583.73
HexFAB6B101B1D245854
Octal3722662610333524130124
Binary111110101011011010110001011011111011010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6B1; }

 p { color: rgb(250,182,177); }

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

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

 a { background-color: rgb(250,182,177); }

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

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

 span { border-color: rgb(250,182,177); }

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