#FABBA1

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

Shades of Mandys Pink #FABBA1

Tints of Mandys Pink #FABBA1

Color information

#FABBA1 (or 0xFABBA1) is unknown color: approx Mandys Pink. HEX triplet: FA, BB and A1. RGB value is (250,187,161). Sum of RGB (Red+Green+Blue) = 250+187+161=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBA1 is #05445E. Grayscale: #CBCBCB. Windows color (decimal): -345183 or 10599418. OLE color: 10599418.

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

Color convert

RGB250187161-
CMYK00.250.360.02
HSL17.53º89.9%80.59%-
HSV(B)17.53º35.6%98.04%-
XYZ63.6358.4441.64-
YUV202.87104.37161.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=41.81%
G=31.27%
B=26.92%

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
Decimal25018716100.250.360.0217.5389.980.59
HexFABBA1019242125a51
Octal37227324103144222132121
Binary111110101011101110100001011001100100101001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBA1; }

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

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

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

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

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

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

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

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