#FBB9B8

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

Shades of Melon #FBB9B8

Tints of Melon #FBB9B8

Color information

#FBB9B8 (or 0xFBB9B8) is unknown color: approx Melon. HEX triplet: FB, B9 and B8. RGB value is (251,185,184). Sum of RGB (Red+Green+Blue) = 251+185+184=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9B8 is #044647. Grayscale: #CCCCCC. Windows color (decimal): -280136 or 12106235. OLE color: 12106235.

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

Color convert

RGB251185184-
CMYK00.260.270.02
HSL0.9º89.33%85.29%-
HSV(B)0.9º26.69%98.43%-
XYZ65.7858.6753.2-
YUV204.62116.37161.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 184 (72.27% from 255) = 29.68%
R=40.48%
G=29.84%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118518400.260.270.020.989.3385.29
HexFBB9B801A1B215955
Octal3732712700323321131125
Binary1111101110111001101110000110101101110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9B8; }

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

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

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

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

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

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

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

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