#FBBBAC

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

Shades of Melon #FBBBAC

Tints of Melon #FBBBAC

Color information

#FBBBAC (or 0xFBBBAC) is unknown color: approx Melon. HEX triplet: FB, BB and AC. RGB value is (251,187,172). Sum of RGB (Red+Green+Blue) = 251+187+172=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBAC is #044453. Grayscale: #CCCCCC. Windows color (decimal): -279636 or 11320315. OLE color: 11320315.

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

Color convert

RGB251187172-
CMYK00.250.310.02
HSL11.39º90.8%82.94%-
HSV(B)11.39º31.47%98.43%-
XYZ6559.0347-
YUV204.43109.7161.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=41.15%
G=30.66%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118717200.250.310.0211.3990.882.94
HexFBBBAC0191F2b5b53
Octal37327325403137213133123
Binary1111101110111011101011000110011111110101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBAC; }

 p { color: rgb(251,187,172); }

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

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

 a { background-color: rgb(251,187,172); }

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

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

 span { border-color: rgb(251,187,172); }

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