#FBB8B1

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

Shades of Melon #FBB8B1

Tints of Melon #FBB8B1

Color information

#FBB8B1 (or 0xFBB8B1) is unknown color: approx Melon. HEX triplet: FB, B8 and B1. RGB value is (251,184,177). Sum of RGB (Red+Green+Blue) = 251+184+177=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8B1 is #04474E. Grayscale: #CBCBCB. Windows color (decimal): -280399 or 11647227. OLE color: 11647227.

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

Color convert

RGB251184177-
CMYK00.270.290.02
HSL5.68º90.24%83.92%-
HSV(B)5.68º29.48%98.43%-
XYZ64.8657.9649.36-
YUV203.24113.2162.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 184 (72.27% from 255) = 30.07%
BLUE value IS 177 (69.53% from 255) = 28.92%
R=41.01%
G=30.07%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118417700.270.290.025.6890.2483.92
HexFBB8B101B1D265a54
Octal3732702610333526132124
Binary111110111011100010110001011011111011011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8B1; }

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

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

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

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

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

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

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

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