#FABCA1

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

Shades of Mandys Pink #FABCA1

Tints of Mandys Pink #FABCA1

Color information

#FABCA1 (or 0xFABCA1) is unknown color: approx Mandys Pink. HEX triplet: FA, BC and A1. RGB value is (250,188,161). Sum of RGB (Red+Green+Blue) = 250+188+161=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA1 is #05435E. Grayscale: #CBCBCB. Windows color (decimal): -344927 or 10599674. OLE color: 10599674.

HSL color Cylindrical-coordinate representation of color #FABCA1: hue angle of 18.2º 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 #FABCA1 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250188161-
CMYK00.250.360.02
HSL18.2º89.9%80.59%-
HSV(B)18.2º35.6%98.04%-
XYZ63.8458.8641.72-
YUV203.46104.04161.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=41.74%
G=31.39%
B=26.88%

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
Decimal25018816100.250.360.0218.289.980.59
HexFABCA1019242125a51
Octal37227424103144222132121
Binary111110101011110010100001011001100100101001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCA1; }

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

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

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

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

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

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

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

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