#FBC1B2

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

Shades of Melon #FBC1B2

Tints of Melon #FBC1B2

Color information

#FBC1B2 (or 0xFBC1B2) is unknown color: approx Melon. HEX triplet: FB, C1 and B2. RGB value is (251,193,178). Sum of RGB (Red+Green+Blue) = 251+193+178=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC1B2 is #043E4D. Grayscale: #D0D0D0. Windows color (decimal): -278094 or 11715067. OLE color: 11715067.

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

Color convert

RGB251193178-
CMYK00.230.290.02
HSL12.33º90.12%84.12%-
HSV(B)12.33º29.08%98.43%-
XYZ66.8961.8650.53-
YUV208.63110.72158.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 178 (69.92% from 255) = 28.62%
R=40.35%
G=31.03%
B=28.62%

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
Decimal25119317800.230.290.0212.3390.1284.12
HexFBC1B20171D2c5a54
Octal37330126202735214132124
Binary1111101111000001101100100101111110110110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1B2; }

 p { color: rgb(251,193,178); }

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

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

 a { background-color: rgb(251,193,178); }

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

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

 span { border-color: rgb(251,193,178); }

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