#FAC0B1

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

Shades of Melon #FAC0B1

Tints of Melon #FAC0B1

Color information

#FAC0B1 (or 0xFAC0B1) is unknown color: approx Melon. HEX triplet: FA, C0 and B1. RGB value is (250,192,177). Sum of RGB (Red+Green+Blue) = 250+192+177=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0B1 is #053F4E. Grayscale: #CFCFCF. Windows color (decimal): -343887 or 11649274. OLE color: 11649274.

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

Color convert

RGB250192177-
CMYK00.230.290.02
HSL12.33º87.95%83.73%-
HSV(B)12.33º29.2%98.04%-
XYZ66.2161.249.92-
YUV207.63110.72158.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 177 (69.53% from 255) = 28.59%
R=40.39%
G=31.02%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019217700.230.290.0212.3387.9583.73
HexFAC0B10171D2c5854
Octal37230026102735214130124
Binary1111101011000000101100010101111110110110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0B1; }

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

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

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

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

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

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

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

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