#FABAAB

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

Shades of Melon #FABAAB

Tints of Melon #FABAAB

Color information

#FABAAB (or 0xFABAAB) is unknown color: approx Melon. HEX triplet: FA, BA and AB. RGB value is (250,186,171). Sum of RGB (Red+Green+Blue) = 250+186+171=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAAB is #054554. Grayscale: #CBCBCB. Windows color (decimal): -345429 or 11254522. OLE color: 11254522.

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

Color convert

RGB250186171-
CMYK00.260.320.02
HSL11.39º88.76%82.55%-
HSV(B)11.39º31.6%98.04%-
XYZ64.3358.3846.41-
YUV203.43109.7161.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=41.19%
G=30.64%
B=28.17%

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
Decimal25018617100.260.320.0211.3988.7682.55
HexFABAAB01A202b5953
Octal37227225303240213131123
Binary11111010101110101010101101101010000010101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAAB; }

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

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

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

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

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

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

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

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