#FBB7B5

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

Shades of Melon #FBB7B5

Tints of Melon #FBB7B5

Color information

#FBB7B5 (or 0xFBB7B5) is unknown color: approx Melon. HEX triplet: FB, B7 and B5. RGB value is (251,183,181). Sum of RGB (Red+Green+Blue) = 251+183+181=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7B5 is #04484A. Grayscale: #CBCBCB. Windows color (decimal): -280651 or 11909115. OLE color: 11909115.

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

Color convert

RGB251183181-
CMYK00.270.280.02
HSL1.71º89.74%84.71%-
HSV(B)1.71º27.89%98.43%-
XYZ65.0657.7151.43-
YUV203.1115.53162.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=40.81%
G=29.76%
B=29.43%

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
Decimal25118318100.270.280.021.7189.7484.71
HexFBB7B501B1C225a55
Octal3732672650333422132125
Binary11111011101101111011010101101111100101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7B5; }

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

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

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

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

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

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

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

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