#FBB8B6

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

Shades of Melon #FBB8B6

Tints of Melon #FBB8B6

Color information

#FBB8B6 (or 0xFBB8B6) is unknown color: approx Melon. HEX triplet: FB, B8 and B6. RGB value is (251,184,182). Sum of RGB (Red+Green+Blue) = 251+184+182=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8B6 is #044749. Grayscale: #CBCBCB. Windows color (decimal): -280394 or 11974907. OLE color: 11974907.

HSL color Cylindrical-coordinate representation of color #FBB8B6: hue angle of 1.74º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8B6 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251184182-
CMYK00.270.270.02
HSL1.74º89.61%84.9%-
HSV(B)1.74º27.49%98.43%-
XYZ65.3758.1752.04-
YUV203.8115.7161.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 182 (71.48% from 255) = 29.50%
R=40.68%
G=29.82%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118418200.270.270.021.7489.6184.9
HexFBB8B601B1B225a55
Octal3732702660333322132125
Binary11111011101110001011011001101111011101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8B6; }

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

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

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

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

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

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

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

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