#FBBAAB

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

Shades of Melon #FBBAAB

Tints of Melon #FBBAAB

Color information

#FBBAAB (or 0xFBBAAB) is unknown color: approx Melon. HEX triplet: FB, BA and AB. RGB value is (251,186,171). Sum of RGB (Red+Green+Blue) = 251+186+171=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAAB is #044554. Grayscale: #CBCBCB. Windows color (decimal): -279893 or 11254523. OLE color: 11254523.

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

Color convert

RGB251186171-
CMYK00.260.320.02
HSL11.25º90.91%82.75%-
HSV(B)11.25º31.87%98.43%-
XYZ64.6958.5746.42-
YUV203.72109.53161.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=41.28%
G=30.59%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118617100.260.320.0211.2590.9182.75
HexFBBAAB01A202b5b53
Octal37327225303240213133123
Binary11111011101110101010101101101010000010101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAAB; }

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

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

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

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

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

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

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

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