#FBC1B1

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

Shades of Melon #FBC1B1

Tints of Melon #FBC1B1

Color information

#FBC1B1 (or 0xFBC1B1) is unknown color: approx Melon. HEX triplet: FB, C1 and B1. RGB value is (251,193,177). Sum of RGB (Red+Green+Blue) = 251+193+177=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC1B1 is #043E4E. Grayscale: #D0D0D0. Windows color (decimal): -278095 or 11649531. OLE color: 11649531.

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

Color convert

RGB251193177-
CMYK00.230.290.02
HSL12.97º90.24%83.92%-
HSV(B)12.97º29.48%98.43%-
XYZ66.7961.8250.01-
YUV208.52110.22158.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 177 (69.53% from 255) = 28.50%
R=40.42%
G=31.08%
B=28.50%

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
Decimal25119317700.230.290.0212.9790.2483.92
HexFBC1B10171D2d5a54
Octal37330126102735215132124
Binary1111101111000001101100010101111110110110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1B1; }

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

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

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

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

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

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

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

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