#FAC1B1

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

Shades of Melon #FAC1B1

Tints of Melon #FAC1B1

Color information

#FAC1B1 (or 0xFAC1B1) is unknown color: approx Melon. HEX triplet: FA, C1 and B1. RGB value is (250,193,177). Sum of RGB (Red+Green+Blue) = 250+193+177=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1B1 is #053E4E. Grayscale: #D0D0D0. Windows color (decimal): -343631 or 11649530. OLE color: 11649530.

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

Color convert

RGB250193177-
CMYK00.230.290.02
HSL13.15º87.95%83.73%-
HSV(B)13.15º29.2%98.04%-
XYZ66.4361.6449.99-
YUV208.22110.38157.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=40.32%
G=31.13%
B=28.55%

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
Decimal25019317700.230.290.0213.1587.9583.73
HexFAC1B10171D2d5854
Octal37230126102735215130124
Binary1111101011000001101100010101111110110110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1B1; }

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

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

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

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

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

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

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

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