#FBB7B4

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

Shades of Melon #FBB7B4

Tints of Melon #FBB7B4

Color information

#FBB7B4 (or 0xFBB7B4) is unknown color: approx Melon. HEX triplet: FB, B7 and B4. RGB value is (251,183,180). Sum of RGB (Red+Green+Blue) = 251+183+180=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7B4 is #04484B. Grayscale: #CBCBCB. Windows color (decimal): -280652 or 11843579. OLE color: 11843579.

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

Color convert

RGB251183180-
CMYK00.270.280.02
HSL2.54º89.87%84.51%-
HSV(B)2.54º28.29%98.43%-
XYZ64.9657.6750.89-
YUV202.99115.03162.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=40.88%
G=29.80%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118318000.270.280.022.5489.8784.51
HexFBB7B401B1C235a55
Octal3732672640333423132125
Binary11111011101101111011010001101111100101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7B4; }

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

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

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

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

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

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

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

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