#FBB8AA

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

Shades of Melon #FBB8AA

Tints of Melon #FBB8AA

Color information

#FBB8AA (or 0xFBB8AA) is unknown color: approx Melon. HEX triplet: FB, B8 and AA. RGB value is (251,184,170). Sum of RGB (Red+Green+Blue) = 251+184+170=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8AA is #044755. Grayscale: #CACACA. Windows color (decimal): -280406 or 11188475. OLE color: 11188475.

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

Color convert

RGB251184170-
CMYK00.270.320.02
HSL10.37º91.01%82.55%-
HSV(B)10.37º32.27%98.43%-
XYZ64.1857.6945.78-
YUV202.44109.7162.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 184 (72.27% from 255) = 30.41%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=41.49%
G=30.41%
B=28.10%

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
Decimal25118417000.270.320.0210.3791.0182.55
HexFBB8AA01B202a5b53
Octal37327025203340212133123
Binary11111011101110001010101001101110000010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8AA; }

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

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

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

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

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

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

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

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