#FBC3B1

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

Shades of Melon #FBC3B1

Tints of Melon #FBC3B1

Color information

#FBC3B1 (or 0xFBC3B1) is unknown color: approx Melon. HEX triplet: FB, C3 and B1. RGB value is (251,195,177). Sum of RGB (Red+Green+Blue) = 251+195+177=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3B1 is #043C4E. Grayscale: #D1D1D1. Windows color (decimal): -277583 or 11650043. OLE color: 11650043.

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

Color convert

RGB251195177-
CMYK00.220.290.02
HSL14.59º90.24%83.92%-
HSV(B)14.59º29.48%98.43%-
XYZ67.2362.7150.16-
YUV209.69109.55157.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 177 (69.53% from 255) = 28.41%
R=40.29%
G=31.30%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119517700.220.290.0214.5990.2483.92
HexFBC3B10161D2f5a54
Octal37330326102635217132124
Binary1111101111000011101100010101101110110111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3B1; }

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

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

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

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

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

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

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

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