#FABBA0

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

Shades of Mandys Pink #FABBA0

Tints of Mandys Pink #FABBA0

Color information

#FABBA0 (or 0xFABBA0) is unknown color: approx Mandys Pink. HEX triplet: FA, BB and A0. RGB value is (250,187,160). Sum of RGB (Red+Green+Blue) = 250+187+160=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBA0 is #05445F. Grayscale: #CACACA. Windows color (decimal): -345184 or 10533882. OLE color: 10533882.

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

Color convert

RGB250187160-
CMYK00.250.360.02
HSL18º90%80.39%-
HSV(B)18º36%98.04%-
XYZ63.5458.441.18-
YUV202.76103.87161.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=41.88%
G=31.32%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018716000.250.360.02189080.39
HexFABBA0019242125a50
Octal37227324003144222132120
Binary111110101011101110100000011001100100101001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBA0; }

 p { color: rgb(250,187,160); }

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

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

 a { background-color: rgb(250,187,160); }

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

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

 span { border-color: rgb(250,187,160); }

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