#FBC0B1

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

Shades of Melon #FBC0B1

Tints of Melon #FBC0B1

Color information

#FBC0B1 (or 0xFBC0B1) is unknown color: approx Melon. HEX triplet: FB, C0 and B1. RGB value is (251,192,177). Sum of RGB (Red+Green+Blue) = 251+192+177=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0B1 is #043F4E. Grayscale: #D0D0D0. Windows color (decimal): -278351 or 11649275. OLE color: 11649275.

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

Color convert

RGB251192177-
CMYK00.240.290.02
HSL12.16º90.24%83.92%-
HSV(B)12.16º29.48%98.43%-
XYZ66.5761.3849.93-
YUV207.93110.55158.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=40.48%
G=30.97%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119217700.240.290.0212.1690.2483.92
HexFBC0B10181D2c5a54
Octal37330026103035214132124
Binary1111101111000000101100010110001110110110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0B1; }

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

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

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

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

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

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

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

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