#FABCA4

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

Shades of Mandys Pink #FABCA4

Tints of Mandys Pink #FABCA4

Color information

#FABCA4 (or 0xFABCA4) is unknown color: approx Mandys Pink. HEX triplet: FA, BC and A4. RGB value is (250,188,164). Sum of RGB (Red+Green+Blue) = 250+188+164=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA4 is #05435B. Grayscale: #CBCBCB. Windows color (decimal): -344924 or 10796282. OLE color: 10796282.

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

Color convert

RGB250188164-
CMYK00.250.340.02
HSL16.74º89.58%81.18%-
HSV(B)16.74º34.4%98.04%-
XYZ64.1158.9743.13-
YUV203.8105.54160.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=41.53%
G=31.23%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018816400.250.340.0216.7489.5881.18
HexFABCA4019222115a51
Octal37227424403142221132121
Binary111110101011110010100100011001100010101000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCA4; }

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

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

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

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

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

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

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

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