#FABCA2

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

Shades of Mandys Pink #FABCA2

Tints of Mandys Pink #FABCA2

Color information

#FABCA2 (or 0xFABCA2) is unknown color: approx Mandys Pink. HEX triplet: FA, BC and A2. RGB value is (250,188,162). Sum of RGB (Red+Green+Blue) = 250+188+162=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA2 is #05435D. Grayscale: #CBCBCB. Windows color (decimal): -344926 or 10665210. OLE color: 10665210.

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

Color convert

RGB250188162-
CMYK00.250.350.02
HSL17.73º89.8%80.78%-
HSV(B)17.73º35.2%98.04%-
XYZ63.9358.942.18-
YUV203.57104.54161.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 162 (63.67% from 255) = 27%
R=41.67%
G=31.33%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018816200.250.350.0217.7389.880.78
HexFABCA2019232125a51
Octal37227424203143222132121
Binary111110101011110010100010011001100011101001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCA2; }

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

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

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

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

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

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

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

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