#FBBAB2

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

Shades of Melon #FBBAB2

Tints of Melon #FBBAB2

Color information

#FBBAB2 (or 0xFBBAB2) is unknown color: approx Melon. HEX triplet: FB, BA and B2. RGB value is (251,186,178). Sum of RGB (Red+Green+Blue) = 251+186+178=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAB2 is #04454D. Grayscale: #CCCCCC. Windows color (decimal): -279886 or 11713275. OLE color: 11713275.

HSL color Cylindrical-coordinate representation of color #FBBAB2: hue angle of 6.58º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBBAB2 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251186178-
CMYK00.260.290.02
HSL6.58º90.12%84.12%-
HSV(B)6.58º29.08%98.43%-
XYZ65.3858.8450.03-
YUV204.52113.03161.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 178 (69.92% from 255) = 28.94%
R=40.81%
G=30.24%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118617800.260.290.026.5890.1284.12
HexFBBAB201A1D275a54
Octal3732722620323527132124
Binary111110111011101010110010011010111011011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAB2; }

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

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

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

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

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

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

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

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