#FBB8AB

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

Shades of Melon #FBB8AB

Tints of Melon #FBB8AB

Color information

#FBB8AB (or 0xFBB8AB) is unknown color: approx Melon. HEX triplet: FB, B8 and AB. RGB value is (251,184,171). Sum of RGB (Red+Green+Blue) = 251+184+171=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8AB is #044754. Grayscale: #CACACA. Windows color (decimal): -280405 or 11254011. OLE color: 11254011.

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

Color convert

RGB251184171-
CMYK00.270.320.02
HSL9.75º90.91%82.75%-
HSV(B)9.75º31.87%98.43%-
XYZ64.2757.7346.28-
YUV202.55110.2162.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 184 (72.27% from 255) = 30.36%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=41.42%
G=30.36%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118417100.270.320.029.7590.9182.75
HexFBB8AB01B202a5b53
Octal37327025303340212133123
Binary11111011101110001010101101101110000010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8AB; }

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

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

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

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

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

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

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

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