#FBBAB6

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

Shades of Melon #FBBAB6

Tints of Melon #FBBAB6

Color information

#FBBAB6 (or 0xFBBAB6) is unknown color: approx Melon. HEX triplet: FB, BA and B6. RGB value is (251,186,182). Sum of RGB (Red+Green+Blue) = 251+186+182=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAB6 is #044549. Grayscale: #CDCDCD. Windows color (decimal): -279882 or 11975419. OLE color: 11975419.

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

Color convert

RGB251186182-
CMYK00.260.270.02
HSL3.48º89.61%84.9%-
HSV(B)3.48º27.49%98.43%-
XYZ65.795952.18-
YUV204.98115.03160.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=40.55%
G=30.05%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118618200.260.270.023.4889.6184.9
HexFBBAB601A1B235a55
Octal3732722660323323132125
Binary11111011101110101011011001101011011101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAB6; }

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

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

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

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

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

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

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

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