#FBB9B4

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

Shades of Melon #FBB9B4

Tints of Melon #FBB9B4

Color information

#FBB9B4 (or 0xFBB9B4) is unknown color: approx Melon. HEX triplet: FB, B9 and B4. RGB value is (251,185,180). Sum of RGB (Red+Green+Blue) = 251+185+180=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9B4 is #04464B. Grayscale: #CCCCCC. Windows color (decimal): -280140 or 11844091. OLE color: 11844091.

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

Color convert

RGB251185180-
CMYK00.260.280.02
HSL4.23º89.87%84.51%-
HSV(B)4.23º28.29%98.43%-
XYZ65.3758.551.03-
YUV204.16114.37161.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=40.75%
G=30.03%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118518000.260.280.024.2389.8784.51
HexFBB9B401A1C245a55
Octal3732712640323424132125
Binary111110111011100110110100011010111001010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9B4; }

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

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

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

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

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

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

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

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