#FBBAAF

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

Shades of Melon #FBBAAF

Tints of Melon #FBBAAF

Color information

#FBBAAF (or 0xFBBAAF) is unknown color: approx Melon. HEX triplet: FB, BA and AF. RGB value is (251,186,175). Sum of RGB (Red+Green+Blue) = 251+186+175=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAAF is #044550. Grayscale: #CCCCCC. Windows color (decimal): -279889 or 11516667. OLE color: 11516667.

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

Color convert

RGB251186175-
CMYK00.260.300.02
HSL8.68º90.48%83.53%-
HSV(B)8.68º30.28%98.43%-
XYZ65.0858.7248.46-
YUV204.18111.53161.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=41.01%
G=30.39%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118617500.260.300.028.6890.4883.53
HexFBBAAF01A1E295a54
Octal37327225703236211132124
Binary1111101110111010101011110110101111010100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAAF; }

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

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

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

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

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

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

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

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